feat: add auth pages

This commit is contained in:
2026-05-21 04:44:20 +07:00
parent d97dcc8838
commit 74526990f2
7 changed files with 222 additions and 3 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient({
baseURL: "http://localhost:3000",
});
export const authClient = createAuthClient();