From e5819d2502a797c5253dadac6e18445cd2a2798b Mon Sep 17 00:00:00 2001 From: Sabrus Date: Fri, 15 Oct 2021 05:33:38 +0200 Subject: [PATCH] typo in security.rst --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 1e6a5ab98e2..e1e1b106656 100644 --- a/security.rst +++ b/security.rst @@ -981,7 +981,7 @@ Enable the authenticator using the ``json_login`` setting: main: # ... json_login: - # app_login is a route we will create below + # api_login is a route we will create below check_path: api_login .. code-block:: xml