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 {
|
export class BrowserCryptoService extends CryptoService {
|
||||||
protected override async retrieveUserKeyFromStorage(
|
protected override async retrieveUserKeyFromStorage(
|
||||||
keySuffix: KeySuffixOptions,
|
keySuffix: KeySuffixOptions
|
||||||
userId?: string
|
|
||||||
): Promise<UserKey> {
|
): Promise<UserKey> {
|
||||||
if (keySuffix === KeySuffixOptions.Biometric) {
|
if (keySuffix === KeySuffixOptions.Biometric) {
|
||||||
await this.platformUtilService.authenticateBiometric();
|
await this.platformUtilService.authenticateBiometric();
|
||||||
|
Loading…
Reference in New Issue
Block a user