We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f4496 commit 5e3f1a7Copy full SHA for 5e3f1a7
src/hooks.server.ts
@@ -8,8 +8,7 @@ const PROTECTED_ROUTE_PREFIXES = ['/(dashboard)'] as const;
8
9
const clerkHandle = withClerkHandler({
10
publishableKey: PUBLIC_CLERK_PUBLISHABLE_KEY,
11
- secretKey: CLERK_SECRET_KEY,
12
- signInUrl: '/login'
+ secretKey: CLERK_SECRET_KEY
13
});
14
15
const authRedirectHandle: Handle = async ({ event, resolve }) => {
0 commit comments