mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-10-30 00:46:14 +08:00
fix typo
duplicate text: "call the"
This commit is contained in:
committed by
François Voron
parent
76d7f5a2ec
commit
c3729da0cf
@ -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
|
||||
|
||||
Reference in New Issue
Block a user