File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ async function registerNewCredential(newCredential) {
124
124
type : newCredential . type ,
125
125
extensions : newCredential . getClientExtensionResults ( ) ,
126
126
response : {
127
- AttestationObject : coerceToBase64Url ( attestationObject ) ,
127
+ attestationObject : coerceToBase64Url ( attestationObject ) ,
128
128
clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
129
129
transports : newCredential . response . getTransports ( )
130
130
} ,
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ async function registerNewCredential(newCredential) {
129
129
type : newCredential . type ,
130
130
extensions : newCredential . getClientExtensionResults ( ) ,
131
131
response : {
132
- AttestationObject : coerceToBase64Url ( attestationObject ) ,
132
+ attestationObject : coerceToBase64Url ( attestationObject ) ,
133
133
clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
134
134
transports : newCredential . response . getTransports ( )
135
135
}
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ async function registerNewCredential(newCredential) {
126
126
type : newCredential . type ,
127
127
extensions : newCredential . getClientExtensionResults ( ) ,
128
128
response : {
129
- AttestationObject : coerceToBase64Url ( attestationObject ) ,
129
+ attestationObject : coerceToBase64Url ( attestationObject ) ,
130
130
clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
131
131
transports : newCredential . response . getTransports ( )
132
132
}
You can’t perform that action at this time.
0 commit comments