diff options
Diffstat (limited to 'packages/browser/src')
-rw-r--r-- | packages/browser/src/methods/startAuthentication.ts | 1 | ||||
-rw-r--r-- | packages/browser/src/methods/startRegistration.ts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/browser/src/methods/startAuthentication.ts b/packages/browser/src/methods/startAuthentication.ts index fbb840d..6824b14 100644 --- a/packages/browser/src/methods/startAuthentication.ts +++ b/packages/browser/src/methods/startAuthentication.ts @@ -87,7 +87,6 @@ export async function startAuthentication( throw new Error('Authentication was not completed'); } - // Manually construct an instance of AuthenticationResponseJSON const { id, rawId, response, type } = credential; let userHandle = undefined; diff --git a/packages/browser/src/methods/startRegistration.ts b/packages/browser/src/methods/startRegistration.ts index 2218725..f72a10b 100644 --- a/packages/browser/src/methods/startRegistration.ts +++ b/packages/browser/src/methods/startRegistration.ts @@ -53,7 +53,6 @@ export async function startRegistration( throw new Error('Registration was not completed'); } - // Manually construct an instance of RegistrationResponseJSON const { id, rawId, response, type } = credential; return { |