Skip to content

Commit a51b4d0

Browse files
author
renkelvin
authored
Clean no-op code in linkWithEmailPassword method (#12056)
1 parent 37befe1 commit a51b4d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FirebaseAuth/Sources/User/FIRUser.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,6 @@ - (void)linkWithEmailPassword:(FIREmailPasswordAuthCredential *)credential
11291129
callInMainThreadWithAuthDataResultAndError(completion, nil, keychainError);
11301130
return;
11311131
}
1132-
[self signOutIfTokenIsInvalidWithError:error];
11331132
callInMainThreadWithAuthDataResultAndError(completion, authResult, nil);
11341133
}];
11351134
}];

0 commit comments

Comments
 (0)