fix login

This commit is contained in:
Anang Yusman 2025-06-24 16:24:37 +08:00
parent a98d16008c
commit 6f6dea7def
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>