Skip to content

Commit

Permalink
fix: Signing in toaster without email and pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rushikeshg25 committed Aug 8, 2024
1 parent 33df5d3 commit 56a21a1
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 56a21a1

Please sign in to comment.