Skip to content

Commit e68e301

Browse files
romanalexanderbojeil-google
authored andcommitted
Missing , in README (#627)
Fixes an example
1 parent 88ae6af commit e68e301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ ui.start('#firebaseui-auth-container', {
677677
providerName: 'Microsoft',
678678
buttonColor: '#2F2F2F',
679679
iconUrl: '<icon-url-of-sign-in-button>',
680-
loginHintKey: 'login_hint'
680+
loginHintKey: 'login_hint',
681681
scopes: [
682682
'mail.read'
683683
],

0 commit comments

Comments
 (0)