summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startRegistration.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-04 08:17:15 -0700
committerMatthew Miller <matthew@millerti.me>2022-07-04 08:17:15 -0700
commit0bde0f91b8bdecfbfc889671758c98bcd3a4dcc8 (patch)
tree223e31abf1358e674c84fa6c4c748855ed114dbc /packages/browser/src/methods/startRegistration.ts
parent803c0cd5d9321c673fb556b16e37c8d583ba8a1d (diff)
Populate authenticatorAttachment
Diffstat (limited to 'packages/browser/src/methods/startRegistration.ts')
-rw-r--r--packages/browser/src/methods/startRegistration.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/browser/src/methods/startRegistration.ts b/packages/browser/src/methods/startRegistration.ts
index 80fbe31..c9749b1 100644
--- a/packages/browser/src/methods/startRegistration.ts
+++ b/packages/browser/src/methods/startRegistration.ts
@@ -66,6 +66,7 @@ export async function startRegistration(
},
type,
clientExtensionResults: credential.getClientExtensionResults(),
+ authenticatorAttachment: credential.authenticatorAttachment,
};
/**