Skip to content

Commit

Permalink
fix: trust host for auth
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Sep 2, 2024
1 parent de0f2aa commit d4c4337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/src/modules/auth/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const authConfig: ServerAuthConfig = {
return url
},
},
trustHost: true,
providers: [],

adapter: MongoDBAdapter(
Expand Down

0 comments on commit d4c4337

Please sign in to comment.