Skip to content

Commit 0329f73

Browse files
committed
Re-add extra mapping for kAuthErrorMissingOrInvalidNonce just in case.
1 parent 70945ed commit 0329f73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auth/src/android/common_android.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ static const ErrorCodeMapping kFirebaseAuthCodes[] = {
115115
{"ERROR_UNSUPPORTED_FIRST_FACTOR", kAuthErrorUnsupportedFirstFactor},
116116
{"ERROR_EMAIL_CHANGE_NEEDS_VERIFICATION",
117117
kAuthErrorEmailChangeNeedsVerification},
118+
{"ERROR_MISSING_OR_INVALID_NONCE", kAuthErrorMissingOrInvalidNonce},
118119
{"ERROR_USER_CANCELLED", kAuthErrorUserCancelled},
119120
{"ERROR_UNSUPPORTED_PASSTHROUGH_OPERATION",
120121
kAuthErrorUnsupportedPassthroughOperation},

0 commit comments

Comments
 (0)