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) {
124124 type : newCredential . type ,
125125 extensions : newCredential . getClientExtensionResults ( ) ,
126126 response : {
127- AttestationObject : coerceToBase64Url ( attestationObject ) ,
127+ attestationObject : coerceToBase64Url ( attestationObject ) ,
128128 clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
129129 transports : newCredential . response . getTransports ( )
130130 } ,
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ async function registerNewCredential(newCredential) {
129129 type : newCredential . type ,
130130 extensions : newCredential . getClientExtensionResults ( ) ,
131131 response : {
132- AttestationObject : coerceToBase64Url ( attestationObject ) ,
132+ attestationObject : coerceToBase64Url ( attestationObject ) ,
133133 clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
134134 transports : newCredential . response . getTransports ( )
135135 }
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ async function registerNewCredential(newCredential) {
126126 type : newCredential . type ,
127127 extensions : newCredential . getClientExtensionResults ( ) ,
128128 response : {
129- AttestationObject : coerceToBase64Url ( attestationObject ) ,
129+ attestationObject : coerceToBase64Url ( attestationObject ) ,
130130 clientDataJSON : coerceToBase64Url ( clientDataJSON ) ,
131131 transports : newCredential . response . getTransports ( )
132132 }
You can’t perform that action at this time.
0 commit comments