Skip to content

Commit cd123e3

Browse files
committed
Fix build error
1 parent d2f394e commit cd123e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

OAuth/FirebaseOAuthUI/FUIOAuth.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ - (void)authorizationController:(ASAuthorizationController *)controller didCompl
345345
if (nameComponents != nil) {
346346
NSPersonNameComponentsFormatter *formatter = [[self class] nameFormatter];
347347
NSString *displayName = [formatter stringFromPersonNameComponents:nameComponents];
348-
NSDictionary *userInfo = @{FIRAuthCredentialDisplayName: displayName};
349-
credential.userInfo = userInfo;
350348

351349
result = ^(FIRUser *_Nullable user,
352350
NSError *_Nullable error) {

0 commit comments

Comments
 (0)