1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

[PM-4925] Implemented getPublicKey to follow WSC standards (#6934)

* Implemented getPublicKey to follow WSC standards

* Renamed variable
This commit is contained in:
SmithThe4th
2023-11-27 11:02:38 -05:00
committed by GitHub
parent 75e1486c18
commit 301142fbf2
6 changed files with 8 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ export class WebauthnUtils {
},
getPublicKey(): ArrayBuffer {
return null;
return Fido2Utils.stringToBuffer(result.publicKey);
},
getPublicKeyAlgorithm(): number {