mirror of
https://github.com/bitwarden/browser
synced 2026-02-09 05:00:10 +00:00
tweak initialization
This commit is contained in:
@@ -38,7 +38,7 @@ export class CatchallSettingsComponent implements OnInit, OnDestroy, OnChanges {
|
||||
* never have that value in practice.
|
||||
*/
|
||||
@Input({ required: true })
|
||||
account: Account = null!;
|
||||
account!: Account;
|
||||
|
||||
private account$ = new ReplaySubject<Account>(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user