Skip to content

Commit

Permalink
chore: daily development
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 9, 2024
1 parent 4b95e0b commit f53ef7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/canyon-platform/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import prisma from "@/lib/prisma";

export const { handlers, auth } = NextAuth({
trustHost: true,
redirectProxyUrl: process.env.AUTH_URL,
providers: [
process.env.GITLAB_SERVER
? GitLab({
Expand Down

0 comments on commit f53ef7b

Please sign in to comment.