We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f2729c + edb7c77 commit e0fd196Copy full SHA for e0fd196
FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m
@@ -33,7 +33,7 @@
33
*/
34
static NSString *const kNextButtonAccessibilityID = @"NextButtonAccessibilityID";
35
36
-static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 15;
+static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 60;
37
38
/** Regex pattern that matches for a TOS style link. For example: [Terms]. */
39
static NSString *const kLinkPlaceholderPattern = @"\\[([^\\]]+)\\]";
0 commit comments