Skip to content

Commit

Permalink
chore(admin-panel): dev setup for admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhart1o1 committed Feb 5, 2024
1 parent 0125a48 commit 03472b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin-panel/app/api/auth/[...nextauth]/options.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import GoogleProvider from "next-auth/providers/google"
import GitHubProvider from "next-auth/providers/github"
import CredentialsProvider from "next-auth/providers/credentials" // Import CredentialsProvider
import CredentialsProvider from "next-auth/providers/credentials"
import type { Provider } from "next-auth/providers"

import { CallbacksOptions } from "next-auth"
Expand Down

0 comments on commit 03472b6

Please sign in to comment.