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
1 changed files with 1 additions and 1 deletions

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;