Skip to content

Commit 3322257

Browse files
committed
chore: Update changeset
1 parent cefaa07 commit 3322257

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/modern-areas-accept.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@clerk/localizations': patch
3+
'@clerk/clerk-js': patch
4+
'@clerk/shared': patch
5+
---
6+
7+
Show the correct error message on `form_new_password_matches_current` error code

packages/clerk-js/rspack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ const devConfig = ({ mode, env }) => {
562562
const variant = env.variant || variants.clerkBrowser;
563563
// accept an optional devOrigin environment option to change the origin of the dev server.
564564
// By default we use https://js.lclclerk.com which is what our local dev proxy looks for.
565-
const devUrl = new URL(env.devOrigin || 'http://localhost:4000');
565+
const devUrl = new URL(env.devOrigin || 'https://js.lclclerk.com');
566566
const isSandbox = !!env.sandbox;
567567
const port = Number(new URL(env.devOrigin ?? 'http://localhost:4000').port || 4000);
568568

0 commit comments

Comments
 (0)