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