Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 9351fb7

Browse files
committed
Merge branch 'main' into development
2 parents c797e20 + 2bdc998 commit 9351fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/server/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ export const { handle, signIn, signOut } = SvelteKitAuth({
6060
adapter: PrismaAdapter(prisma),
6161
secret: env.AUTH_SECRET,
6262
debug: Boolean(env.DEBUG),
63-
// trustHost: true
63+
trustHost: true
6464
});

0 commit comments

Comments
 (0)