pull main

This commit is contained in:
Sabda Yagra 2025-06-26 09:59:32 +07:00
commit 9345345e02
1 changed files with 3 additions and 3 deletions

View File

@ -535,10 +535,10 @@ const LoginForm = () => {
</div>
<Button
type="submit"
type="button"
fullWidth
// onClick={handleEmailValidation}
// disabled={isPending}
onClick={handleEmailValidation}
disabled={isPending}
>
Selanjutnya
</Button>