Skip to content

Commit

Permalink
Merge pull request #863 from rushikeshg25/fix-signin-toast
Browse files Browse the repository at this point in the history
fix: Signing in toaster without email and pass
  • Loading branch information
siinghd authored Aug 8, 2024
2 parents b2ccb8c + 56a21a1 commit 349ea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const Signin = () => {
</div>
<Button
className="my-3 w-full"
disabled={checkingPassword}
disabled={!email.current || !password.current || checkingPassword}
onClick={handleSubmit}
>
Login
Expand Down

0 comments on commit 349ea5a

Please sign in to comment.