From ef363da1925b6a4aa42969f5b2828f7fe731749e Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Fri, 28 Feb 2025 17:20:55 -0500 Subject: [PATCH] Add ticket for reference --- libs/auth/src/angular/login/login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };