Skip to content

Commit bdd3c05

Browse files
committed
Fix bad block type in Auth
Change-Id: Id9292429738b6e170ccf10819f2cd0ff25ced518
1 parent 42816a5 commit bdd3c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAuthUI/AccountManagement/FUIAccountSettingsOperation.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ - (void)reauthenticateWithProvider:(NSString *)providerID
180180
}
181181
[self.delegate.auth.currentUser
182182
reauthenticateAndRetrieveDataWithCredential:credential
183-
completion:^(NSError *_Nullable reauthError) {
183+
completion:^(FIRAuthDataResult *_Nullable authResult,
184+
NSError *_Nullable reauthError) {
184185
[self.delegate decrementActivity];
185186
if (result) {
186187
result(self.delegate.auth.currentUser, reauthError);

0 commit comments

Comments
 (0)