chore(demo): fix import path

This commit is contained in:
Bereket Engida
2024-12-18 10:03:25 +03:00
parent ba552142bb
commit 6e724e8c49

View File

@@ -4,7 +4,6 @@ import {
admin, admin,
multiSession, multiSession,
organization, organization,
passkey,
twoFactor, twoFactor,
oneTap, oneTap,
oAuthProxy, oAuthProxy,
@@ -17,6 +16,7 @@ import { resend } from "./email/resend";
import { MysqlDialect } from "kysely"; import { MysqlDialect } from "kysely";
import { createPool } from "mysql2/promise"; import { createPool } from "mysql2/promise";
import { nextCookies } from "better-auth/next-js"; import { nextCookies } from "better-auth/next-js";
import { passkey } from "better-auth/plugins/passkey";
const from = process.env.BETTER_AUTH_EMAIL || "delivered@resend.dev"; const from = process.env.BETTER_AUTH_EMAIL || "delivered@resend.dev";
const to = process.env.TEST_EMAIL || ""; const to = process.env.TEST_EMAIL || "";