Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Jan 25, 2021
1 parent d2f394e commit cd123e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OAuth/FirebaseOAuthUI/FUIOAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ - (void)authorizationController:(ASAuthorizationController *)controller didCompl
if (nameComponents != nil) {
NSPersonNameComponentsFormatter *formatter = [[self class] nameFormatter];
NSString *displayName = [formatter stringFromPersonNameComponents:nameComponents];
NSDictionary *userInfo = @{FIRAuthCredentialDisplayName: displayName};
credential.userInfo = userInfo;

result = ^(FIRUser *_Nullable user,
NSError *_Nullable error) {
Expand Down

0 comments on commit cd123e3

Please sign in to comment.