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:
@@ -136,7 +136,7 @@ export class NativeMessagingService {
|
||||
});
|
||||
}
|
||||
|
||||
const key = await this.cryptoService.getKeyFromStorage(
|
||||
const key = await this.cryptoService.getUserKeyFromStorage(
|
||||
KeySuffixOptions.Biometric,
|
||||
message.userId
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user