Skip to content

Commit e7f48e8

Browse files
authored
chore(clerk-js): Fix sandbox props for Keyless (#4965)
1 parent 49c38ef commit e7f48e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changeset/silent-yaks-wonder.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/clerk-js/sandbox/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ function addCurrentRouteIndicator(currentRoute: string) {
162162
'/keyless': () => {
163163
Clerk.__unstable__updateProps({
164164
options: {
165-
__internal_claimKeylessApplicationUrl: 'https://dashboard.clerk.com',
166-
__internal_copyInstanceKeysUrl: 'https://dashboard.clerk.com',
165+
__internal_keyless_claimKeylessApplicationUrl: 'https://dashboard.clerk.com',
166+
__internal_keyless_copyInstanceKeysUrl: 'https://dashboard.clerk.com',
167167
},
168168
});
169169
},

0 commit comments

Comments
 (0)