1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

migrate biometrics key

- migrate only on retrieval
This commit is contained in:
Jacob Fink
2023-06-08 14:26:59 -04:00
parent 56c750d375
commit 9a12cb099a
7 changed files with 70 additions and 36 deletions

View File

@@ -136,7 +136,7 @@ export class NativeMessagingService {
});
}
const key = await this.cryptoService.getKeyFromStorage(
const key = await this.cryptoService.getUserKeyFromStorage(
KeySuffixOptions.Biometric,
message.userId
);