mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
[PM-3572] Fix timeout action value load on init (#6620)
This commit is contained in:
parent
057aa6e309
commit
ae5f8879c7
@ -272,7 +272,7 @@ export class SettingsComponent implements OnInit {
|
|||||||
|
|
||||||
await this.vaultTimeoutSettingsService.setVaultTimeoutOptions(
|
await this.vaultTimeoutSettingsService.setVaultTimeoutOptions(
|
||||||
newValue,
|
newValue,
|
||||||
this.form.value.vaultTimeoutAction
|
await firstValueFrom(this.vaultTimeoutSettingsService.vaultTimeoutAction$())
|
||||||
);
|
);
|
||||||
if (newValue == null) {
|
if (newValue == null) {
|
||||||
this.messagingService.send("bgReseedStorage");
|
this.messagingService.send("bgReseedStorage");
|
||||||
|
Loading…
Reference in New Issue
Block a user