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 7700050d10
commit f467e26842

View File

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