Skip to content

Commit e91b69b

Browse files
committed
remove clientExtensionResults from json
1 parent 1b90cef commit e91b69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kp2aPasskey.Core/AuthenticatorResponses.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public string ToJson()
424424
json.Put("type", "public-key");
425425
json.Put("authenticatorAttachment", authenticatorAttachment);
426426
json.Put("response", response);
427-
json.Put("clientExtensionResults", new JSONObject()); // TODO credProps
427+
428428

429429
var jsonString = json.ToString();
430430
Log.Debug("FidoPublicKeyCredential", "=== COMPLETE CREDENTIAL JSON ===");

0 commit comments

Comments
 (0)