mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
remove userId from browser crypto service
This commit is contained in:
parent
6349410ec2
commit
07c24e1393
@ -8,8 +8,7 @@ import { CryptoService } from "@bitwarden/common/platform/services/crypto.servic
|
||||
|
||||
export class BrowserCryptoService extends CryptoService {
|
||||
protected override async retrieveUserKeyFromStorage(
|
||||
keySuffix: KeySuffixOptions,
|
||||
userId?: string
|
||||
keySuffix: KeySuffixOptions
|
||||
): Promise<UserKey> {
|
||||
if (keySuffix === KeySuffixOptions.Biometric) {
|
||||
await this.platformUtilService.authenticateBiometric();
|
||||
|
Loading…
Reference in New Issue
Block a user