From 46b336f5380109ba3eeac1222ec79d7da56d145a Mon Sep 17 00:00:00 2001 From: Ajay kumar Date: Fri, 16 Feb 2024 01:49:16 +0530 Subject: [PATCH] fix: input indicators remaining visible after leaving the login page (underscoore) (#5062) --- frontend/src/ts/pages/login.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/ts/pages/login.ts b/frontend/src/ts/pages/login.ts index c32822dc3..40a7689d3 100644 --- a/frontend/src/ts/pages/login.ts +++ b/frontend/src/ts/pages/login.ts @@ -344,6 +344,11 @@ export const page = new Page( }, async () => { $(".pageLogin input").val(""); + nameIndicator.hide(); + emailIndicator.hide(); + verifyEmailIndicator.hide(); + passwordIndicator.hide(); + verifyPasswordIndicator.hide(); Skeleton.remove("pageLogin"); }, async () => {