flows: default-auth -> default-authentication

This commit is contained in:
Jens Langhammer
2020-05-12 14:49:47 +02:00
parent 7500e622f6
commit 137e90355b
5 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ INTERNAL_IPS = ["127.0.0.1"]
ALLOWED_HOSTS = ["*"]
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
LOGIN_URL = "passbook_flows:default-auth"
LOGIN_URL = "passbook_flows:default-authentication"
# CSRF_FAILURE_VIEW = 'passbook.core.views.errors.CSRFErrorView.as_view'
# Custom user model