refactor: remove user prefix from endpoints (#358)

This commit is contained in:
Bereket Engida
2024-10-28 12:33:59 +03:00
committed by GitHub
parent 463d7944f6
commit 1c7606d61e
23 changed files with 68 additions and 75 deletions
@@ -8,9 +8,12 @@ export const {
signUp,
passkey: passkeyActions,
useListPasskeys,
user: userActions,
twoFactor: twoFactorActions,
$Infer,
updateUser,
changePassword,
revokeSession,
revokeSessions,
} = createAuthClient({
baseURL:
process.env.NODE_ENV === "development"