diff --git a/libs/auth/src/angular/login/login.component.ts b/libs/auth/src/angular/login/login.component.ts index dc860d5d386..d161706e3b4 100644 --- a/libs/auth/src/angular/login/login.component.ts +++ b/libs/auth/src/angular/login/login.component.ts @@ -73,7 +73,7 @@ export enum LoginUiState { export class LoginComponent implements OnInit, OnDestroy { @ViewChild("masterPasswordInputRef") masterPasswordInputRef: ElementRef | undefined; - // HACK: Once we are done listening to unauth ui refresh flag we can get rid of this. + // HACK: Once we are done listening to unauth ui refresh flag we can get rid of this https://bitwarden.atlassian.net/browse/PM-9678 private isLoggingIn = false; private destroy$ = new Subject(); readonly Icons = { WaveIcon, VaultIcon };