Skip to content

Commit 3c0de05

Browse files
authored
chore(clerk-js): #4947 follow-up (#4954)
1 parent fe3e49f commit 3c0de05

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.changeset/tidy-spies-develop.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/clerk-js/jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const config = {
77
globals: {
88
__PKG_NAME__: '@clerk/clerk-js',
99
__PKG_VERSION__: 'test',
10-
BUILD_ENABLE_NEW_COMPONENTS: '',
1110
},
1211

1312
testEnvironment: '<rootDir>/jest.jsdom-with-timezone.ts',

packages/clerk-js/src/core/fapiClient.ts

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export function createFapiClient(options: FapiClientOptions): FapiClient {
114114
searchParams.append('rotating_token_nonce', rotatingTokenNonce);
115115
}
116116

117-
// if (clerkInstance.instanceType === 'development' && clerkInstance.isSatellite) {
118117
if (options.domain) {
119118
searchParams.append('__domain', options.domain);
120119
}

0 commit comments

Comments
 (0)