File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
import {
2
2
credentialCreationOptions ,
3
3
credentialRequestOptions ,
4
+ publicKeyCredentialWithAssertion ,
5
+ publicKeyCredentialWithAttestation ,
4
6
} from "../basic/schema" ;
5
7
import {
6
8
convertValue ,
@@ -47,7 +49,7 @@ export const credentialCreationOptionsExtended: Schema = JSON.parse(
47
49
) ;
48
50
49
51
export const publicKeyCredentialWithAttestationExtended : Schema = JSON . parse (
50
- JSON . stringify ( credentialCreationOptions ) ,
52
+ JSON . stringify ( publicKeyCredentialWithAttestation ) ,
51
53
) ;
52
54
( publicKeyCredentialWithAttestationExtended as any ) . clientExtensionResults = required (
53
55
authenticationExtensionsClientOutputsSchema ,
@@ -62,7 +64,7 @@ export const credentialRequestOptionsExtended: Schema = JSON.parse(
62
64
) ;
63
65
64
66
export const publicKeyCredentialWithAssertionExtended : Schema = JSON . parse (
65
- JSON . stringify ( credentialCreationOptions ) ,
67
+ JSON . stringify ( publicKeyCredentialWithAssertion ) ,
66
68
) ;
67
69
( publicKeyCredentialWithAssertionExtended as any ) . clientExtensionResults = required (
68
70
authenticationExtensionsClientOutputsSchema ,
You can’t perform that action at this time.
0 commit comments