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.
linkWithEmailPassword
1 parent 37befe1 commit a51b4d0Copy full SHA for a51b4d0
FirebaseAuth/Sources/User/FIRUser.m
@@ -1129,7 +1129,6 @@ - (void)linkWithEmailPassword:(FIREmailPasswordAuthCredential *)credential
1129
callInMainThreadWithAuthDataResultAndError(completion, nil, keychainError);
1130
return;
1131
}
1132
- [self signOutIfTokenIsInvalidWithError:error];
1133
callInMainThreadWithAuthDataResultAndError(completion, authResult, nil);
1134
}];
1135
0 commit comments