duplicate text: "call the"
This commit is contained in:
Jaeung Jang
2025-07-29 03:41:25 -04:00
committed by François Voron
parent 76d7f5a2ec
commit c3729da0cf

View File

@ -165,7 +165,7 @@ To prevent malicious users from guessing existing users in your database, the ro
### `POST /verify`
Verify a user. Requires the token generated by the `/request-verify-token` route. Will call the call the `on_after_verify` [handler](../configuration/user-manager.md#on_after_verify) on success.
Verify a user. Requires the token generated by the `/request-verify-token` route. Will call the `on_after_verify` [handler](../configuration/user-manager.md#on_after_verify) on success.
!!! abstract "Payload"
```json