Fix typo in auth.md (#462)

This commit is contained in:
Satwik Kansal
2021-01-27 13:49:11 +00:00
committed by GitHub
parent 253e2f5379
commit 709f399883

View File

@@ -34,7 +34,7 @@ app.include_router(
### Optional: user verification
You can require the user to be **verified** (i.e. `is_verified` property set to `True`) to allow login. You have to set the `requires_validation` parameter to `True` on the router instantiation method:
You can require the user to be **verified** (i.e. `is_verified` property set to `True`) to allow login. You have to set the `requires_verification` parameter to `True` on the router instantiation method:
```py
app.include_router(