mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-10-31 09:28:45 +08:00 
			
		
		
		
	fix typo
duplicate text: "call the"
This commit is contained in:
		 Jaeung Jang
					Jaeung Jang
				
			
				
					committed by
					
						 François Voron
						François Voron
					
				
			
			
				
	
			
			
			 François Voron
						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