mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Default LOGIN_REDIRECT_URL should be blank, not null
This commit is contained in:
parent
05e2386fac
commit
055c02072f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user