mirror of
https://github.com/ansible/awx.git
synced 2026-02-04 11:08:13 -03:30
Merge pull request #5540 from ghjm/login_redirect_null_issue_again
Don't complain if LOGIN_REDIRECT_URL is null Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user