summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/src/methods/startAuthentication.ts
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-07-04 09:03:39 -0700
committerGitHub <noreply@github.com>2022-07-04 09:03:39 -0700
commite106570e8d09edcee927f1e2502c90b1a9d1ac40 (patch)
tree09dfc61765215ef9ff442e1cdae186f1f446ca14 /packages/browser/src/methods/startAuthentication.ts
parent184cbb4457285817db4ded722d7b54528988e2e0 (diff)
parent1a1322e27af3d68fa4cc98f62bf51c6c8e9f12ac (diff)
Merge pull request #221 from MasterKale/feat/authenticator-attachment
feat/authenticator-attachment
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.ts')
-rw-r--r--packages/browser/src/methods/startAuthentication.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts
index 7887228..e99629c 100644
--- a/packages/browser/src/methods/startAuthentication.ts
+++ b/packages/browser/src/methods/startAuthentication.ts
@@ -107,5 +107,6 @@ export async function startAuthentication(
},
type,
clientExtensionResults: credential.getClientExtensionResults(),
+ authenticatorAttachment: credential.authenticatorAttachment,
};
}