impr(login): start sign up button disabled

!nuf
This commit is contained in:
Miodec 2024-06-16 23:17:56 +02:00
parent 92a05f171c
commit 2c7e77be62

View file

@ -350,8 +350,8 @@ export const page = new Page({
},
beforeShow: async (): Promise<void> => {
Skeleton.append("pageLogin", "main");
enableSignUpButton();
enableInputs();
disableSignUpButton();
},
});