1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Add ticket for reference

This commit is contained in:
Justin Baur
2025-02-28 17:20:55 -05:00
parent d6c4718e80
commit ef363da192

View File

@@ -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<void>();
readonly Icons = { WaveIcon, VaultIcon };