mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-01 10:50:40 -05:00
refactor: remove user prefix from endpoints (#358)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user