@@ -580,9 +580,7 @@ firebaseui.auth.AuthUI.prototype.initElement_ = function(element) {
580580 // Make sure the locale uses hyphens instead of underscores.
581581 container . setAttribute ( 'lang' , firebaseui . auth . util . getUnicodeLocale ( ) ) ;
582582
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.
586584 if ( firebaseui . auth . AuthUI . widgetAuthUi_ ) {
587585 // Already rendered, automatically reset.
588586 // First check if there is a pending operation on that widget, if so,
@@ -612,7 +610,7 @@ firebaseui.auth.AuthUI.prototype.initElement_ = function(element) {
612610 this . currentComponent_ . getPageId ( ) == 'blank' &&
613611 this . getConfig ( ) . federatedProviderShouldImmediatelyRedirect ( ) ;
614612 // Removes pending status of previous redirect operations including redirect
615- // back from accountchooser.com and federated sign in.
613+ // back from federated sign in.
616614 // Remove status after dispatchOperation completes as that operation depends
617615 // on this information.
618616 if ( firebaseui . auth . storage . hasRedirectStatus ( this . getAppId ( ) ) &&
@@ -809,7 +807,7 @@ firebaseui.auth.AuthUI.prototype.reset = function() {
809807 // Clear email link sign-in state from URL if needed.
810808 this . clearEmailSignInState ( ) ;
811809 // Removes pending status of previous redirect operations including redirect
812- // back from accountchooser.com and federated sign in.
810+ // back from federated sign in.
813811 firebaseui . auth . storage . removeRedirectStatus ( this . getAppId ( ) ) ;
814812 // Cancel One-Tap last operation.
815813 this . cancelOneTapSignIn ( ) ;
0 commit comments