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