Skip to content

Commit edb7c77

Browse files
committed
increase resend cooldown
1 parent 458dbb6 commit edb7c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*/
3434
static NSString *const kNextButtonAccessibilityID = @"NextButtonAccessibilityID";
3535

36-
static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 15;
36+
static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 60;
3737

3838
/** Regex pattern that matches for a TOS style link. For example: [Terms]. */
3939
static NSString *const kLinkPlaceholderPattern = @"\\[([^\\]]+)\\]";

0 commit comments

Comments
 (0)