mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Prevent reloading browser extension when using biometric (#230)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user