@@ -580,9 +580,7 @@ firebaseui.auth.AuthUI.prototype.initElement_ = function(element) {
580
580
// Make sure the locale uses hyphens instead of underscores.
581
581
container . setAttribute ( 'lang' , firebaseui . auth . util . getUnicodeLocale ( ) ) ;
582
582
583
- // Only one auth instance can be rendered per page. This is because
584
- // accountchooser.com callbacks are set once to the AuthUI instance that
585
- // first calls them.
583
+ // Only one auth instance can be rendered per page.
586
584
if ( firebaseui . auth . AuthUI . widgetAuthUi_ ) {
587
585
// Already rendered, automatically reset.
588
586
// First check if there is a pending operation on that widget, if so,
@@ -612,7 +610,7 @@ firebaseui.auth.AuthUI.prototype.initElement_ = function(element) {
612
610
this . currentComponent_ . getPageId ( ) == 'blank' &&
613
611
this . getConfig ( ) . federatedProviderShouldImmediatelyRedirect ( ) ;
614
612
// Removes pending status of previous redirect operations including redirect
615
- // back from accountchooser.com and federated sign in.
613
+ // back from federated sign in.
616
614
// Remove status after dispatchOperation completes as that operation depends
617
615
// on this information.
618
616
if ( firebaseui . auth . storage . hasRedirectStatus ( this . getAppId ( ) ) &&
@@ -809,7 +807,7 @@ firebaseui.auth.AuthUI.prototype.reset = function() {
809
807
// Clear email link sign-in state from URL if needed.
810
808
this . clearEmailSignInState ( ) ;
811
809
// Removes pending status of previous redirect operations including redirect
812
- // back from accountchooser.com and federated sign in.
810
+ // back from federated sign in.
813
811
firebaseui . auth . storage . removeRedirectStatus ( this . getAppId ( ) ) ;
814
812
// Cancel One-Tap last operation.
815
813
this . cancelOneTapSignIn ( ) ;
0 commit comments