Skip to content

Commit fe69343

Browse files
committed
remove redirects
1 parent fb1a0f2 commit fe69343

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/hooks.server.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ import { CLERK_SECRET_KEY } from '$env/static/private';
44

55
export const handle = withClerkHandler({
66
publishableKey: PUBLIC_CLERK_PUBLISHABLE_KEY,
7-
secretKey: CLERK_SECRET_KEY,
8-
afterSignInUrl: '/dashboard',
9-
afterSignUpUrl: '/dashboard'
7+
secretKey: CLERK_SECRET_KEY
108
});

0 commit comments

Comments
 (0)