We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bfa27 commit 8bf6b64Copy full SHA for 8bf6b64
packages/clerk-js/src/core/resources/Session.ts
@@ -27,12 +27,12 @@ import type {
27
28
import { unixEpochToDate } from '@/utils/date';
29
import { debugLogger } from '@/utils/debug';
30
-import { buildTokenId } from '@/utils/tokenId';
31
import {
32
convertJSONToPublicKeyRequestOptions,
33
serializePublicKeyCredentialAssertion,
34
webAuthnGetCredential as webAuthnGetCredentialOnWindow,
35
} from '@/utils/passkeys';
+import { buildTokenId } from '@/utils/tokenId';
36
37
import { clerkInvalidStrategy, clerkMissingWebAuthnPublicKeyOptions } from '../errors';
38
import { eventBus, events } from '../events';
0 commit comments