Adds login redirect override field to the System (Misc System) Settings interface

This commit is contained in:
mabashian 2019-12-10 15:07:12 -05:00 committed by Graham Mainwaring
parent 2569ec4f4f
commit f94438cf9b

View File

@ -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'