Add support for login intercept messages and announcements

This commit is contained in:
garrettmills
2020-08-12 22:07:53 -05:00
parent 9a35bd60e1
commit f1bd6e1ad4
6 changed files with 99 additions and 1 deletions

View File

@@ -21,6 +21,14 @@ const traps_config = {
'/api/v1/locale/batch',
],
},
login_message: {
redirect_to: '/auth/login-message',
allowed_routes: [
'/auth/logout',
'/auth/login-message',
'/auth/login-message/dismiss',
],
},
},
}