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 10, 2024
1 parent f53ef7b commit 4601e80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/canyon-platform/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import prisma from "@/lib/prisma";

export const { handlers, auth } = NextAuth({
trustHost: true,
redirectProxyUrl: process.env.AUTH_URL,
providers: [
process.env.GITLAB_SERVER
? GitLab({
Expand All @@ -16,7 +15,6 @@ export const { handlers, auth } = NextAuth({
: GitLab,
GitHub,
],
// secret: process.env.AUTH_SECRET,
callbacks: {
redirect: async () => {
return "/projects";
Expand Down

0 comments on commit 4601e80

Please sign in to comment.