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:
@@ -67,7 +67,7 @@ export class WebauthnUtils {
|
||||
},
|
||||
|
||||
getPublicKey(): ArrayBuffer {
|
||||
return null;
|
||||
return Fido2Utils.stringToBuffer(result.publicKey);
|
||||
},
|
||||
|
||||
getPublicKeyAlgorithm(): number {
|
||||
|
||||
Reference in New Issue
Block a user