1
0
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:
Jacob Fink 2023-06-23 11:07:49 -04:00
parent 6349410ec2
commit 07c24e1393
No known key found for this signature in database
GPG Key ID: C2F7ACF05859D008

View File

@ -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();