Skip to content

Commit

Permalink
fix(auth, ios): fix compile error in setTenantId code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Mar 12, 2021
1 parent ee40f50 commit 311427e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/ios/RNFBAuth/RNFBAuthModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ - (void)invalidate {
(FIRApp *) firebaseApp
:(NSString *) tenantID
) {
FIRAuth authWithApp:firebaseApp].tenantID = tenantID;
[FIRAuth authWithApp:firebaseApp].tenantID = tenantID;
}

RCT_EXPORT_METHOD(useDeviceLanguage:
Expand Down

0 comments on commit 311427e

Please sign in to comment.