Skip to content

Commit ff5c1b5

Browse files
committed
fix: added trust host to nextjs
1 parent 5c317cd commit ff5c1b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/website/src/lib/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const { handlers, signIn, signOut, auth } = NextAuth({
2626
pages: {
2727
signIn: "/demo",
2828
},
29+
trustHost: true,
2930
callbacks: {
3031
jwt({ token, account, profile }) {
3132
if (account) {

0 commit comments

Comments
 (0)