mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-11 14:41:17 +08:00
resetting login page input values when leaving the login page
This commit is contained in:
parent
a0c5ade54d
commit
0e6679e40a
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ export const page = new Page(
|
|||
//
|
||||
},
|
||||
async () => {
|
||||
$(".pageLogin input").val("");
|
||||
Skeleton.remove("pageLogin");
|
||||
},
|
||||
async () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue