diff options
author | Matthew Miller <matthew@millerti.me> | 2020-10-07 23:12:04 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2021-02-05 09:57:48 -0800 |
commit | a1f0da668d54cb4b1119a61c6f48c9ba613c50ab (patch) | |
tree | d64822577a0f186b3b4985a981b01afa8cbacf69 /packages/browser/src/methods/startAttestation.ts | |
parent | c7fd25bd817a30d4f07fa9cd28287842a9aebb1e (diff) |
Add extensions placeholder in startAttestation
Diffstat (limited to 'packages/browser/src/methods/startAttestation.ts')
-rw-r--r-- | packages/browser/src/methods/startAttestation.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/browser/src/methods/startAttestation.ts b/packages/browser/src/methods/startAttestation.ts index 0b2235d..5bc58ee 100644 --- a/packages/browser/src/methods/startAttestation.ts +++ b/packages/browser/src/methods/startAttestation.ts @@ -51,6 +51,7 @@ export default async function startAttestation( clientDataJSON: bufferToBase64URLString(response.clientDataJSON), }, type, + // clientExtensionResults: credential.getClientExtensionResults(), }; /** |