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 961e53a commit d10cfcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/canyon-platform/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import GitLab from "next-auth/providers/gitlab";
import GitHub from "next-auth/providers/github";
import prisma from "@/lib/prisma";

console.log(process.env, "process.env|auth.ts");

export const { handlers, auth } = NextAuth(() => {
return {
providers: [
Expand Down

0 comments on commit d10cfcc

Please sign in to comment.