From 709f39988305634927f1fdefa8e08c534301bcd8 Mon Sep 17 00:00:00 2001 From: Satwik Kansal Date: Wed, 27 Jan 2021 13:49:11 +0000 Subject: [PATCH] Fix typo in auth.md (#462) --- docs/configuration/routers/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/routers/auth.md b/docs/configuration/routers/auth.md index a344f0d0..437e1869 100644 --- a/docs/configuration/routers/auth.md +++ b/docs/configuration/routers/auth.md @@ -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(