Add setting to redirect logged in users to dashboard

This commit is contained in:
2020-08-24 09:47:04 -05:00
parent aeae72c01c
commit 7117099993
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ const setting_config = {
'auth.allow_registration': true,
'auth.default_roles': [ 'base_user' ],
'home.allow_landing': true,
'home.redirect_authenticated': true,
}
}