fix: input indicators remaining visible after leaving the login page (underscoore) (#5062)

This commit is contained in:
Ajay kumar 2024-02-16 01:49:16 +05:30 committed by GitHub
parent 0a9a6e6ef1
commit 46b336f538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 () => {