Skip to content

Commit

Permalink
style(lint): yarn lint:ios:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Nov 2, 2024
1 parent 1ff86ca commit 2c1a689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/app-check/ios/RNFBAppCheck/RNFBAppCheckProvider.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ - (void)configure:(FIRApp *)app
self.delegateProvider = [[FIRAppAttestProvider alloc] initWithApp:app];
} else {
// This is not a valid configuration.
DLog(@"AppAttest unavailable: it requires iOS14+, macOS 11+, macCatalyst14+ or tvOS15+. Installing "
DLog(@"AppAttest unavailable: it requires iOS14+, macOS 11+, macCatalyst14+ or tvOS15+. "
@"Installing "
@"debug provider to guarantee invalid tokens in this invalid configuration.");
self.delegateProvider = [[FIRAppCheckDebugProvider alloc] initWithApp:app];
}
Expand Down
1 change: 0 additions & 1 deletion packages/auth/ios/RNFBAuth/RNFBAuthModule.m
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,6 @@ - (NSDictionary *)getJSError:(NSError *)error {
authCredentialDict = [self authCredentialToDict:authCredential];
}


NSDictionary *resolverDict = nil;
#if TARGET_OS_IOS
if ([error userInfo][FIRAuthErrorUserInfoMultiFactorResolverKey] != nil) {
Expand Down

0 comments on commit 2c1a689

Please sign in to comment.