You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Demo/Controller.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ public async Task<JsonResult> MakeCredential([FromBody] AuthenticatorAttestation
123
123
SignatureCounter=success.Result.Counter,
124
124
CredType=success.Result.CredType,
125
125
RegDate=DateTime.Now,
126
-
AaGuid=success.Result.Aaguid
126
+
AaGuid=success.Result.AaGuid
127
127
});
128
128
129
129
// Remove Certificates from success because System.Text.Json cannot serialize them properly. See https://github.com/passwordless-lib/fido2-net-lib/issues/328
0 commit comments