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 96d07fe commit 391d9f2Copy full SHA for 391d9f2
FirebaseAuth/Sources/Auth/FIRAuth.m
@@ -773,9 +773,9 @@ - (void)signInWithEmail:(NSString *)email
773
- (void)internalSignInAndRetrieveDataWithEmail:(NSString *)email
774
password:(NSString *)password
775
completion:(FIRAuthDataResultCallback)completion {
776
- FIREmailPasswordAuthCredential *credentail =
+ FIREmailPasswordAuthCredential *credential =
777
[[FIREmailPasswordAuthCredential alloc] initWithEmail:email password:password];
778
- [self internalSignInAndRetrieveDataWithCredential:credentail
+ [self internalSignInAndRetrieveDataWithCredential:credential
779
isReauthentication:NO
780
callback:completion];
781
}
0 commit comments