1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

[EC-598] feat: show all available data

This commit is contained in:
Andreas Coroiu
2023-01-05 17:20:24 +01:00
parent ac4389743a
commit 6392ad82d1
3 changed files with 40 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ export class Fido2KeyApi extends BaseResponse {
this.keyCurve = this.getResponseProperty("KeyCurve");
this.keyValue = this.getResponseProperty("keyValue");
this.rpId = this.getResponseProperty("RpId");
this.rpName = this.getResponseProperty("RpName");
this.userHandle = this.getResponseProperty("UserHandle");
this.userName = this.getResponseProperty("UserName");
this.origin = this.getResponseProperty("Origin");