diff --git a/app/routes/_auth+/otp.tsx b/app/routes/_auth+/otp.tsx index 866625721..04c1eb7a4 100644 --- a/app/routes/_auth+/otp.tsx +++ b/app/routes/_auth+/otp.tsx @@ -209,7 +209,7 @@ export default function OtpPage() { > Did not receive a code?{" "} - {fetcherDisabled || disabled ? "Sending code..." : "Send again"} + {fetcherDisabled ? "Sending code..." : "Send again"}