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 42816a5 commit bdd3c05Copy full SHA for bdd3c05
FirebaseAuthUI/AccountManagement/FUIAccountSettingsOperation.m
@@ -180,7 +180,8 @@ - (void)reauthenticateWithProvider:(NSString *)providerID
180
}
181
[self.delegate.auth.currentUser
182
reauthenticateAndRetrieveDataWithCredential:credential
183
- completion:^(NSError *_Nullable reauthError) {
+ completion:^(FIRAuthDataResult *_Nullable authResult,
184
+ NSError *_Nullable reauthError) {
185
[self.delegate decrementActivity];
186
if (result) {
187
result(self.delegate.auth.currentUser, reauthError);
0 commit comments