Fix: Use type imports for NextAuth types
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
All checks were successful
Trigger Cloudarix Deploy / call-webhook (push) Successful in 1s
This commit is contained in:
parent
9b34f87bcb
commit
8b12c3ed9e
@ -1,7 +1,7 @@
|
||||
import { db } from "@/lib/db/index";
|
||||
import { DrizzleAdapter } from "@auth/drizzle-adapter";
|
||||
import { getServerSession, NextAuthOptions } from "next-auth";
|
||||
import { Adapter } from "next-auth/adapters";
|
||||
import { getServerSession, type NextAuthOptions } from "next-auth";
|
||||
import { type Adapter } from "next-auth/adapters";
|
||||
import { redirect } from "next/navigation";
|
||||
import { z } from "zod";
|
||||
import AzureADProvider from "next-auth/providers/azure-ad";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user