docs: gender neutral in docs (#1000)

This commit is contained in:
Ted
2024-12-23 12:45:57 +00:00
committed by GitHub
parent d377fd9698
commit f4569aaa80

View File

@@ -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.