Skip to content

Commit

Permalink
Don't retry OTP requests
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis committed May 8, 2024
1 parent f35491a commit 526a314
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/welcome-screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const WelcomeScreen_ = (numUsers: number) => ({navigation}) => {
const response = await japi(
'post',
'/request-otp',
{ email: email_ }
{ email: email_ },
9999
);

setIsLoading(false);
Expand Down

0 comments on commit 526a314

Please sign in to comment.