File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,10 +140,9 @@ function reauthenticate(command = ''): Promise<boolean> {
140140 // Prevent reauthentication if credentials are missing (e.g. after sign out)
141141 if ( ! credentials ?. autoGeneratedLogin || ! credentials ?. autoGeneratedPassword ) {
142142 Log . info ( '[Reauthenticate] No credentials available, redirecting to sign in' ) ;
143- // The following lines are commented out to test if it's the cause of #fireroom-2026-01-28-user-signout
144- // setIsAuthenticating(false);
145- // redirectToSignIn('No credentials available');
146- // return false;
143+ setIsAuthenticating ( false ) ;
144+ redirectToSignIn ( 'No credentials available' ) ;
145+ return false ;
147146 }
148147
149148 Log . info ( `[Reauthenticate] Re-authenticating with ${ shouldUseNewPartnerName ? 'new' : 'old' } partner name` ) ;
You can’t perform that action at this time.
0 commit comments