mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Default LOGIN_REDIRECT_URL should be blank, not null
This commit is contained in:
@@ -375,7 +375,7 @@ AUTH_BASIC_ENABLED = True
|
|||||||
|
|
||||||
# If set, specifies a URL that unauthenticated users will be redirected to
|
# If set, specifies a URL that unauthenticated users will be redirected to
|
||||||
# when trying to access a UI page that requries authentication.
|
# 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.
|
# If set, serve only minified JS for UI.
|
||||||
USE_MINIFIED_JS = False
|
USE_MINIFIED_JS = False
|
||||||
|
|||||||
Reference in New Issue
Block a user