mirror of
https://github.com/bitwarden/browser
synced 2025-01-23 01:33:02 +01:00
Prevent reloading browser extension when using biometric (#230)
This commit is contained in:
parent
697e755c0f
commit
f9042408f4
@ -19,7 +19,7 @@ export class SystemService implements SystemServiceAbstraction {
|
||||
}
|
||||
|
||||
startProcessReload(): void {
|
||||
if (this.vaultTimeoutService.pinProtectedKey != null || this.reloadInterval != null) {
|
||||
if (this.vaultTimeoutService.pinProtectedKey != null || this.vaultTimeoutService.biometricLocked || this.reloadInterval != null) {
|
||||
return;
|
||||
}
|
||||
this.cancelProcessReload();
|
||||
|
Loading…
Reference in New Issue
Block a user