1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

PM-8111 - Two TODO cleanups

This commit is contained in:
Jared Snider
2024-09-30 16:08:50 -04:00
parent 8469e3541a
commit 86a10f21b3
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ export class LoginComponent implements OnInit, OnDestroy {
showResetPasswordAutoEnrollWarning = false;
// Desktop properties
deferFocus: boolean = null; // TODO-rr-bw: why initialize to null instead of false
deferFocus: boolean | null = null;
constructor(
private activatedRoute: ActivatedRoute,