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 fb1a0f2 commit fe69343Copy full SHA for fe69343
src/hooks.server.ts
@@ -4,7 +4,5 @@ import { CLERK_SECRET_KEY } from '$env/static/private';
4
5
export const handle = withClerkHandler({
6
publishableKey: PUBLIC_CLERK_PUBLISHABLE_KEY,
7
- secretKey: CLERK_SECRET_KEY,
8
- afterSignInUrl: '/dashboard',
9
- afterSignUpUrl: '/dashboard'
+ secretKey: CLERK_SECRET_KEY
10
});
0 commit comments