Skip to content

Commit

Permalink
small adjustment to otp disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
DonKoko committed Jan 15, 2025
1 parent 18e9d0d commit 08ce31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_auth+/otp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default function OtpPage() {
>
Did not receive a code?{" "}
<span className="text-primary-500">
{fetcherDisabled || disabled ? "Sending code..." : "Send again"}
{fetcherDisabled ? "Sending code..." : "Send again"}
</span>
</button>
</div>
Expand Down

0 comments on commit 08ce31d

Please sign in to comment.