diff options
author | Matthew Miller <matthew@millerti.me> | 2021-02-06 16:01:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-06 16:01:48 -0800 |
commit | abfb8a510069f4231d95bc594bd2e3b16a7bac5c (patch) | |
tree | 9789f61491ba38b7703d5fdef25ad3efb0362bee /packages/browser/src/methods/startAttestation.ts | |
parent | c09135e9b4166f8aa65a3396f0cd240704c2546b (diff) | |
parent | 6d4de49262bc9b655d8033af53b047b6caa23ec2 (diff) |
Merge pull request #94 from MasterKale/feature/browser-extensions-support
feature/browser-extensions-support
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..22ebe64 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(), }; /** |