We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28132b commit 62640e2Copy full SHA for 62640e2
samples/objc/FirebaseUI-demo-objc/Samples/Auth/FUIAuthViewController.m
@@ -423,7 +423,7 @@ + (NSArray *)getListOfIDPs:(NSArray<NSIndexPath *> *)selectedRows
423
NSLog(@"Warning: Unable to find microsoft icon.");
424
}
425
provider = [[FUIOAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]
426
- providerID:@"hotmail.com"
+ providerID:@"microsoft.com"
427
buttonLabelText:@"Sign in with Microsoft"
428
buttonColor:buttonColor
429
iconImage:[UIImage imageWithContentsOfFile:iconPath]
0 commit comments