Skip to content

Commit 5e3f1a7

Browse files
committed
remove signinurl
1 parent 69f4496 commit 5e3f1a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/hooks.server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ const PROTECTED_ROUTE_PREFIXES = ['/(dashboard)'] as const;
88

99
const clerkHandle = withClerkHandler({
1010
publishableKey: PUBLIC_CLERK_PUBLISHABLE_KEY,
11-
secretKey: CLERK_SECRET_KEY,
12-
signInUrl: '/login'
11+
secretKey: CLERK_SECRET_KEY
1312
});
1413

1514
const authRedirectHandle: Handle = async ({ event, resolve }) => {

0 commit comments

Comments
 (0)