There was an error while loading. Please reload this page.
1 parent d2f394e commit cd123e3Copy full SHA for cd123e3
OAuth/FirebaseOAuthUI/FUIOAuth.m
@@ -345,8 +345,6 @@ - (void)authorizationController:(ASAuthorizationController *)controller didCompl
345
if (nameComponents != nil) {
346
NSPersonNameComponentsFormatter *formatter = [[self class] nameFormatter];
347
NSString *displayName = [formatter stringFromPersonNameComponents:nameComponents];
348
- NSDictionary *userInfo = @{FIRAuthCredentialDisplayName: displayName};
349
- credential.userInfo = userInfo;
350
351
result = ^(FIRUser *_Nullable user,
352
NSError *_Nullable error) {
0 commit comments