Skip to content

Commit 5158344

Browse files
committed
wip
1 parent 1b80c5e commit 5158344

File tree

1 file changed

+1
-1
lines changed
  • packages/clerk-js/src/core/resources

1 file changed

+1
-1
lines changed

packages/clerk-js/src/core/resources/SignUp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import type {
3636
} from '@clerk/types';
3737

3838
import { debugLogger } from '@/utils/debug';
39+
import { inIframe } from '@/utils/runtime';
3940

4041
import {
4142
generateSignatureWithBase,
@@ -53,7 +54,6 @@ import { CaptchaChallenge } from '../../utils/captcha/CaptchaChallenge';
5354
import { createValidatePassword } from '../../utils/passwords/password';
5455
import { normalizeUnsafeMetadata } from '../../utils/resourceParams';
5556
import { runAsyncResourceTask } from '../../utils/runAsyncResourceTask';
56-
import { inIframe } from '../../utils/runtime';
5757
import {
5858
clerkInvalidFAPIResponse,
5959
clerkMissingOptionError,

0 commit comments

Comments
 (0)