mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 12:27:44 +00:00
docs: fix typo
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user