aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Auth
diff options
context:
space:
mode:
authorGravatar Xiangtian Dai <xiangtian@google.com>2017-08-04 18:15:47 -0700
committerGravatar GitHub <noreply@github.com>2017-08-04 18:15:47 -0700
commit4ec1d8a30b0ce7a7a1eeef9b0e2aa68ea30fa7b5 (patch)
tree8c145ad8f8302541f5a0db53602affbf3b99f87e /Example/Auth
parent6e00706604c3452ad44fc401e4195e0462da1db1 (diff)
Fixes an incorrect assumption of Auth server error message. (#179)
Also allows the Auth sample app to test all combination of `handleCodeInApp` and continue URL.
Diffstat (limited to 'Example/Auth')
-rw-r--r--Example/Auth/Tests/FIRGetOOBConfirmationCodeResponseTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Auth/Tests/FIRGetOOBConfirmationCodeResponseTests.m b/Example/Auth/Tests/FIRGetOOBConfirmationCodeResponseTests.m
index 71ab41c..e722c9d 100644
--- a/Example/Auth/Tests/FIRGetOOBConfirmationCodeResponseTests.m
+++ b/Example/Auth/Tests/FIRGetOOBConfirmationCodeResponseTests.m
@@ -86,7 +86,7 @@ static NSString *const kMissingAndroidPackageNameErrorMessage = @"MISSING_ANDROI
@brief This is the error message the server will respond with if the domain of the continue URL
specified is not whitelisted in the firebase console.
*/
-static NSString *const kUnauthorizedDomainErrorMessage = @"ERROR_UNAUTHORIZED_DOMAIN";
+static NSString *const kUnauthorizedDomainErrorMessage = @"UNAUTHORIZED_DOMAIN";
/** @var kInvalidRecipientEmailErrorMessage
@brief This is the prefix for the error message the server responds with if the recipient email