docs: fix typo

This commit is contained in:
Bereket Engida
2024-10-27 16:46:18 +03:00
parent 71232b7cf2
commit 4ede2c5f62

View File

@@ -182,7 +182,7 @@ export const auth = betterAuth({
});
```
Once you configured your server you can call `forgetPassword` function to send reset password link to user. If the user exists, it will trigger the `sendResetPassword` function you provided in`the`auth` configuration.
Once you configured your server you can call `forgetPassword` function to send reset password link to user. If the user exists, it will trigger the `sendResetPassword` function you provided in the auth config.
It takes an object with the following properties: