chore: remove custom session from demo

This commit is contained in:
Bereket Engida
2024-11-27 14:47:40 +03:00
parent bc3cdc751a
commit d70d2c9f9a
4 changed files with 0 additions and 44 deletions

View File

@@ -17,7 +17,6 @@ import { resend } from "./email/resend";
import { MysqlDialect } from "kysely";
import { createPool } from "mysql2/promise";
import { nextCookies } from "better-auth/next-js";
import { customSession } from "./auth/plugins/custom-session";
import { addAccountToSession } from "./plugin";
const from = process.env.BETTER_AUTH_EMAIL || "delivered@resend.dev";