summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-10-07 23:12:04 -0700
committerMatthew Miller <matthew@millerti.me>2021-02-05 09:57:48 -0800
commita1f0da668d54cb4b1119a61c6f48c9ba613c50ab (patch)
treed64822577a0f186b3b4985a981b01afa8cbacf69 /packages/browser/src/methods
parentc7fd25bd817a30d4f07fa9cd28287842a9aebb1e (diff)
Add extensions placeholder in startAttestation
Diffstat (limited to 'packages/browser/src/methods')
-rw-r--r--packages/browser/src/methods/startAttestation.ts1
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(),
};
/**