fix: update next auth config
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
timestamp,
|
||||
varchar,
|
||||
} from "drizzle-orm/mysql-core";
|
||||
import { type AdapterAccount } from "next-auth/adapters";
|
||||
import { type AdapterAccount } from "@auth/core/adapters";
|
||||
|
||||
/**
|
||||
* This is an example of how to use the multi-project schema feature of Drizzle ORM. Use the same
|
||||
|
||||
Reference in New Issue
Block a user