docs: remove dontRememberMe from signUp.email (#321)

This commit is contained in:
Snazzy72
2024-10-24 11:49:58 +02:00
committed by GitHub
parent 8f5789dc14
commit b0ceb92299

View File

@@ -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({