fix: set trustHost

This commit is contained in:
hamster1963 2024-10-21 02:59:20 +08:00
parent 1c2aec7187
commit 6bb1a5a5a0

View File

@ -5,6 +5,7 @@ import getEnv from "./lib/env-entry";
export const { handlers, signIn, signOut, auth } = NextAuth({
secret: "this_is_nezha_dash_web_secret",
trustHost: true,
providers: [
Credentials({
credentials: {