Skip to content

Commit 5b4a1ae

Browse files
authored
Add move verbose logging message for custom token error (#9993)
1 parent 3699360 commit 5b4a1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
@brief Message for @c FIRAuthErrorCodeCustomTokenMismatch error code.
8080
*/
8181
static NSString *const kFIRAuthErrorMessageCustomTokenMismatch = @"The custom token corresponds to "
82-
"a different audience.";
82+
"a different audience or issuer.";
8383

8484
/** @var kFIRAuthErrorMessageInvalidEmail
8585
@brief Message for @c FIRAuthErrorCodeInvalidEmail error code.

0 commit comments

Comments
 (0)