Skip to content

Commit e0fd196

Browse files
authored
Merge pull request #990 from firebase/mc/timeout
increase resend cooldown
2 parents 7f2729c + edb7c77 commit e0fd196

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)