We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c38ef commit e7f48e8Copy full SHA for e7f48e8
.changeset/silent-yaks-wonder.md
@@ -0,0 +1,2 @@
1
+---
2
packages/clerk-js/sandbox/app.ts
@@ -162,8 +162,8 @@ function addCurrentRouteIndicator(currentRoute: string) {
162
'/keyless': () => {
163
Clerk.__unstable__updateProps({
164
options: {
165
- __internal_claimKeylessApplicationUrl: 'https://dashboard.clerk.com',
166
- __internal_copyInstanceKeysUrl: 'https://dashboard.clerk.com',
+ __internal_keyless_claimKeylessApplicationUrl: 'https://dashboard.clerk.com',
+ __internal_keyless_copyInstanceKeysUrl: 'https://dashboard.clerk.com',
167
},
168
});
169
0 commit comments