chore: lint

This commit is contained in:
Bereket Engida
2024-09-29 09:34:28 +03:00
parent e4731e41b8
commit a50239aecd
7 changed files with 51 additions and 53 deletions

View File

@@ -1,14 +1,14 @@
import { createAuthClient } from "better-auth/vue";
export const client = createAuthClient({
baseURL: "http://localhost:3000",
baseURL: "http://localhost:3000",
});
export const {
signIn,
signOut,
signUp,
useSession,
forgetPassword,
resetPassword,
signIn,
signOut,
signUp,
useSession,
forgetPassword,
resetPassword,
} = client;