mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Adds login redirect override field to the System (Misc System) Settings interface
This commit is contained in:
parent
2569ec4f4f
commit
f94438cf9b
@ -43,6 +43,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