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:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user