mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +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`
|
### `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"
|
!!! abstract "Payload"
|
||||||
```json
|
```json
|
||||||
|
|||||||
Reference in New Issue
Block a user