mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
null check vaulttimeoutservice
This commit is contained in:
@@ -325,7 +325,9 @@ export class AuthService implements AuthServiceAbstraction {
|
|||||||
await this.cryptoService.setEncPrivateKey(tokenResponse.privateKey);
|
await this.cryptoService.setEncPrivateKey(tokenResponse.privateKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.vaultTimeoutService != null) {
|
||||||
this.vaultTimeoutService.biometricLocked = false;
|
this.vaultTimeoutService.biometricLocked = false;
|
||||||
|
}
|
||||||
this.messagingService.send('loggedIn');
|
this.messagingService.send('loggedIn');
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user