mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Adds login redirect override field to the System (Misc System) Settings interface
This commit is contained in:
parent
7700050d10
commit
f467e26842
@ -40,6 +40,10 @@ export default ['i18n', function(i18n) {
|
||||
ALLOW_OAUTH2_FOR_EXTERNAL_USERS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
LOGIN_REDIRECT_OVERRIDE: {
|
||||
type: 'text',
|
||||
reset: 'LOGIN_REDIRECT_OVERRIDE'
|
||||
},
|
||||
ACCESS_TOKEN_EXPIRE_SECONDS: {
|
||||
type: 'text',
|
||||
reset: 'ACCESS_TOKEN_EXPIRE_SECONDS'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user