Skip to content

Commit 972edb5

Browse files
authored
Merge pull request #108 from pylon-code/upstream/2026-08-27-clerk-ui-stable
fix(desktop): let Clerk UI receive stable auth fixes
2 parents 3ba1857 + edd6448 commit 972edb5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/web/src/main.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,13 @@ if (isElectron) {
3737

3838
const clerkPublishableKey = import.meta.env.VITE_CLERK_PUBLISHABLE_KEY as string | undefined;
3939

40-
// First Clerk UI build containing https://github.com/clerk/javascript/pull/9500.
41-
const electronClerkUI = {
42-
__internal_clerkUIVersion: "1.30.5-canary.v20260819050620",
43-
};
44-
4540
const app = <AppRoot router={router} />;
4641

4742
ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
4843
<React.StrictMode>
4944
{clerkPublishableKey && hasCloudPublicConfig() ? (
5045
isElectron ? (
5146
<ElectronClerkProvider
52-
{...electronClerkUI}
5347
appearance={clerkAppearance}
5448
publishableKey={clerkPublishableKey}
5549
passkeys={passkeys}

0 commit comments

Comments
 (0)