|
@@ -1,6 +1,6 @@
|
|
|
import NextAuth, { NextAuthOptions } from "next-auth";
|
|
import NextAuth, { NextAuthOptions } from "next-auth";
|
|
|
import CredentialsProvider from "next-auth/providers/credentials";
|
|
import CredentialsProvider from "next-auth/providers/credentials";
|
|
|
-import { bagistoFetch, restApiFetch} from "@/utils/bagisto";
|
|
|
|
|
|
|
+import { bagistoFetch, /*restApiFetch*/} from "@/utils/bagisto";
|
|
|
import { CUSTOMER_LOGIN } from "@/graphql/customer/mutations";
|
|
import { CUSTOMER_LOGIN } from "@/graphql/customer/mutations";
|
|
|
|
|
|
|
|
export const authOptions: NextAuthOptions = {
|
|
export const authOptions: NextAuthOptions = {
|