mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: gender neutral in docs (#1000)
This commit is contained in:
@@ -208,7 +208,7 @@ const { data, error } = await authClient.forgetPassword({
|
||||
});
|
||||
```
|
||||
|
||||
When user click on the link in the email he will be redirected to the reset password page. You can add the reset password page to your app. Then you can use `resetPassword` function to reset the password. It takes an object with the following properties:
|
||||
When a user clicks on the link in the email, they will be redirected to the reset password page. You can add the reset password page to your app. Then you can use `resetPassword` function to reset the password. It takes an object with the following properties:
|
||||
|
||||
- `newPassword`: The new password of the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user