1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

tweak initialization

This commit is contained in:
✨ Audrey ✨
2025-04-21 15:24:50 -04:00
parent b39b4b84db
commit af820d3a64

View File

@@ -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);