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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user