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

@@ -8,7 +8,6 @@ import {
oneTapClient,
} from "better-auth/client/plugins";
import { toast } from "sonner";
import { customSessionClient } from "./auth/plugins/session-client";
export const client = createAuthClient({
plugins: [
@@ -24,7 +23,6 @@ export const client = createAuthClient({
oneTapClient({
clientId: process.env.NEXT_PUBLIC_GOOGLE_CLIENT_ID!,
}),
customSessionClient(),
],
fetchOptions: {
onError(e) {