Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFA beta #4823

Merged
merged 21 commits into from
Mar 10, 2020
Prev Previous commit
Next Next commit
Update FIRAuth.m
  • Loading branch information
renkelvin committed Mar 5, 2020
commit 8ae2529ae174fe45689462211155f2dc452e9957
2 changes: 1 addition & 1 deletion Firebase/Auth/Source/Auth/FIRAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ - (nullable instancetype)initWithAPIKey:(NSString *)APIKey
languageCode:(NSString *)languageCode
mode:(NSString *)mode
tenantID:(NSString *)tenantID {

self = [super init];
if (self) {
_APIKey = APIKey;
Expand Down