diff options
Diffstat (limited to 'packages/browser/src/methods/startAuthentication.ts')
-rw-r--r-- | packages/browser/src/methods/startAuthentication.ts | 1 |
1 files changed, 0 insertions, 1 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; |