1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

Updated name change on key

This commit is contained in:
Todd Martin 2024-07-13 13:28:43 -04:00
parent 025b3f649a
commit 1ec8721913
No known key found for this signature in database
GPG Key ID: 663E7AF5C839BC8F

View File

@ -72,7 +72,7 @@ export class DesktopCredentialStorageListener {
}
val = await this.biometricService.canAuthBiometric({
service: serviceName,
key: message.key,
storageKey: message.key,
userId: message.userId,
});
break;