mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-11 13:57:28 +08:00
fix: input indicators remaining visible after leaving the login page (underscoore) (#5062)
This commit is contained in:
parent
0a9a6e6ef1
commit
46b336f538
1 changed files with 5 additions and 0 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue