From edb7c77196b0ddecb982124f57a3e03554f4830c Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Wed, 21 Jul 2021 14:19:03 -0700 Subject: [PATCH] increase resend cooldown --- .../Sources/FUIPhoneVerificationViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m b/FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m index dd8d9968294..2d7219baad7 100644 --- a/FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m +++ b/FirebasePhoneAuthUI/Sources/FUIPhoneVerificationViewController.m @@ -33,7 +33,7 @@ */ static NSString *const kNextButtonAccessibilityID = @"NextButtonAccessibilityID"; -static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 15; +static NSTimeInterval FUIDelayInSecondsBeforeShowingResendConfirmationCode = 60; /** Regex pattern that matches for a TOS style link. For example: [Terms]. */ static NSString *const kLinkPlaceholderPattern = @"\\[([^\\]]+)\\]";