mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-28 09:56:25 -05: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