mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-04 02:34:43 +08:00
impr(login): start sign up button disabled
!nuf
This commit is contained in:
parent
92a05f171c
commit
2c7e77be62
1 changed files with 1 additions and 1 deletions
|
@ -350,8 +350,8 @@ export const page = new Page({
|
|||
},
|
||||
beforeShow: async (): Promise<void> => {
|
||||
Skeleton.append("pageLogin", "main");
|
||||
enableSignUpButton();
|
||||
enableInputs();
|
||||
disableSignUpButton();
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue