Skip to content

Commit 62640e2

Browse files
Update provider id for Microsoft (#642)
We'll use microsoft.com instead of hotmail.com
1 parent d28132b commit 62640e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/objc/FirebaseUI-demo-objc/Samples/Auth/FUIAuthViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ + (NSArray *)getListOfIDPs:(NSArray<NSIndexPath *> *)selectedRows
423423
NSLog(@"Warning: Unable to find microsoft icon.");
424424
}
425425
provider = [[FUIOAuth alloc] initWithAuthUI:[FUIAuth defaultAuthUI]
426-
providerID:@"hotmail.com"
426+
providerID:@"microsoft.com"
427427
buttonLabelText:@"Sign in with Microsoft"
428428
buttonColor:buttonColor
429429
iconImage:[UIImage imageWithContentsOfFile:iconPath]

0 commit comments

Comments
 (0)