chore: clean up

This commit is contained in:
Max Koon
2025-11-18 13:29:10 -05:00
parent 801bb1c194
commit b42da83274
4 changed files with 3 additions and 72 deletions

View File

@@ -1,8 +1,9 @@
import { config } from "@/src/config";
import { createAuthClient } from "better-auth/client";
import { deviceAuthorizationClient } from "better-auth/client/plugins";
export const authClient = createAuthClient({
baseURL: "http://laptop:3000",
baseURL: config.apiUrl,
plugins: [
deviceAuthorizationClient(),
]