Skip to content

Commit

Permalink
fix: input indicators remaining visible after leaving the login page …
Browse files Browse the repository at this point in the history
…(underscoore) (#5062)
  • Loading branch information
underscoore authored Feb 15, 2024
1 parent 0a9a6e6 commit 46b336f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/ts/pages/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 46b336f

Please sign in to comment.