We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8f8742 commit 402fd4fCopy full SHA for 402fd4f
Auth/FirebaseAuthUI/FUIAuth.m
@@ -240,7 +240,7 @@ - (void)autoUpgradeAccountWithProviderUI:(id<FUIAuthProvider>)providerUI
240
// Check for and handle special case for Phone Auth Provider.
241
if (providerUI.providerID == FIRPhoneAuthProviderID) {
242
// Obtain temporary Phone Auth credential.
243
- newCredential = error.userInfo[FIRAuthUpdatedCredentialKey];
+ newCredential = error.userInfo[FIRAuthErrorUserInfoUpdatedCredentialKey];
244
}
245
NSDictionary *userInfo = @{
246
FUIAuthCredentialKey : newCredential,
0 commit comments