From 03472b6c373e1147536ed8435a9fe01efc3d4926 Mon Sep 17 00:00:00 2001 From: Siddharth Tiwari Date: Mon, 5 Feb 2024 23:14:20 +0530 Subject: [PATCH] chore(admin-panel): dev setup for admin panel --- apps/admin-panel/app/api/auth/[...nextauth]/options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin-panel/app/api/auth/[...nextauth]/options.ts b/apps/admin-panel/app/api/auth/[...nextauth]/options.ts index 5f982eb2c45..b1cfb2309b1 100644 --- a/apps/admin-panel/app/api/auth/[...nextauth]/options.ts +++ b/apps/admin-panel/app/api/auth/[...nextauth]/options.ts @@ -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"