aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Auth/Source/FIRAuthErrorUtils.m
diff options
context:
space:
mode:
authorGravatar Ivan <gonzalezivan@google.com>2017-10-23 11:38:29 -0700
committerGravatar Ivan <gonzalezivan@google.com>2017-10-23 11:38:29 -0700
commit9f6f9693345607198750d99892a21e2fdb77fc79 (patch)
tree1f2533b966e8ca8907a4d23ac4f9f0d1948593f4 /Firebase/Auth/Source/FIRAuthErrorUtils.m
parentb561342aa69f30fbd5e66927501def426ba8337e (diff)
handles unstructured errors on redirect URLs
Diffstat (limited to 'Firebase/Auth/Source/FIRAuthErrorUtils.m')
-rw-r--r--Firebase/Auth/Source/FIRAuthErrorUtils.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firebase/Auth/Source/FIRAuthErrorUtils.m b/Firebase/Auth/Source/FIRAuthErrorUtils.m
index 37f3a22..544fc5d 100644
--- a/Firebase/Auth/Source/FIRAuthErrorUtils.m
+++ b/Firebase/Auth/Source/FIRAuthErrorUtils.m
@@ -961,7 +961,7 @@ static NSString *const FIRAuthErrorCodeString(FIRAuthErrorCode code) {
return [self errorWithCode:FIRAuthInternalErrorCodeWebContextCancelled message:message];
}
-+ (NSError *)appVerificationUserInteractionFailureWithReason:(nullable NSString *)reason {
++ (NSError *)appVerificationUserInteractionFailureWithReason:(NSString *)reason {
return [self errorWithCode:FIRAuthInternalErrorCodeAppVerificationUserInteractionFailure
userInfo:@{
NSLocalizedFailureReasonErrorKey : reason