changed to Daphnis
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { Lucia } from "lucia";
|
||||
import { PrismaAdapter } from "@lucia-auth/adapter-prisma";
|
||||
import { lachesis } from "./prisma";
|
||||
import { daphnis } from "./prisma";
|
||||
|
||||
const adapter = new PrismaAdapter(lachesis.session, lachesis.user);
|
||||
const adapter = new PrismaAdapter(daphnis.session, daphnis.user);
|
||||
|
||||
export const lucia = new Lucia(adapter, {
|
||||
sessionCookie: {
|
||||
|
Reference in New Issue
Block a user