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 1b80c5e commit 5158344Copy full SHA for 5158344
packages/clerk-js/src/core/resources/SignUp.ts
@@ -36,6 +36,7 @@ import type {
36
} from '@clerk/types';
37
38
import { debugLogger } from '@/utils/debug';
39
+import { inIframe } from '@/utils/runtime';
40
41
import {
42
generateSignatureWithBase,
@@ -53,7 +54,6 @@ import { CaptchaChallenge } from '../../utils/captcha/CaptchaChallenge';
53
54
import { createValidatePassword } from '../../utils/passwords/password';
55
import { normalizeUnsafeMetadata } from '../../utils/resourceParams';
56
import { runAsyncResourceTask } from '../../utils/runAsyncResourceTask';
-import { inIframe } from '../../utils/runtime';
57
58
clerkInvalidFAPIResponse,
59
clerkMissingOptionError,
0 commit comments