Default LOGIN_REDIRECT_URL should be blank, not null

This commit is contained in:
Graham Mainwaring 2019-12-18 15:13:46 -05:00
parent 05e2386fac
commit 055c02072f

View File

@ -375,7 +375,7 @@ AUTH_BASIC_ENABLED = True
# If set, specifies a URL that unauthenticated users will be redirected to
# when trying to access a UI page that requries authentication.
LOGIN_REDIRECT_OVERRIDE = None
LOGIN_REDIRECT_OVERRIDE = ''
# If set, serve only minified JS for UI.
USE_MINIFIED_JS = False