Remove `startWith` to prevent log out toast warning from showing on page init (#12044)

This commit is contained in:
Alec Rippberger 2024-11-20 09:56:40 -06:00 committed by GitHub
parent 9e15f7dc29
commit e073c47c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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