mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-19 21:02:50 +08:00
Remove startWith to prevent log out toast warning from showing on page init (#12044)
This commit is contained in:
parent
9e15f7dc29
commit
e073c47c17
@ -215,7 +215,6 @@ export class AccountSecurityComponent implements OnInit, OnDestroy {
|
||||
|
||||
this.form.controls.vaultTimeoutAction.valueChanges
|
||||
.pipe(
|
||||
startWith(initialValues.vaultTimeoutAction), // emit to init pairwise
|
||||
map(async (value) => {
|
||||
await this.saveVaultTimeoutAction(value);
|
||||
}),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user