mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: remove dontRememberMe from signUp.email (#321)
This commit is contained in:
@@ -42,7 +42,6 @@ To signup a user, you can use the `signUp.email` function provided by the client
|
||||
- `name`: The name of the user.
|
||||
- `image`: The image of the user. (optional)
|
||||
- `callbackURL`: The url to redirect to after the user has signed up. (optional)
|
||||
- `dontRememberMe`: If true, the user will be signed out when the browser session is closed. (optional)
|
||||
|
||||
```ts title="client.ts"
|
||||
const { data, error } = await authClient.signUp.email({
|
||||
|
||||
Reference in New Issue
Block a user