From cca8c81c672b0b5d5656f51997289dd682cd9584 Mon Sep 17 00:00:00 2001 From: kaveh Date: Fri, 7 Apr 2017 16:54:31 -0700 Subject: [PATCH] Updates documentation --- docs/sections/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sections/settings.rst b/docs/sections/settings.rst index 8e28b8c..c5fb449 100644 --- a/docs/sections/settings.rst +++ b/docs/sections/settings.rst @@ -6,7 +6,7 @@ Settings Customize your provider so fit your project needs. OIDC_LOGIN_URL -========= +============== OPTIONAL. ``str``. Used to log the user in. By default Django's ``LOGIN_URL`` will be used. `Read more in Django docs `_