LDAP auth seems to work too.
Users completely refactored to ReactJS and Knex Initial draft of call context passing (for the time being only in users:remove
This commit is contained in:
parent
9758b4b104
commit
be7da791db
11 changed files with 24 additions and 816 deletions
|
@ -16,12 +16,12 @@ import mailtrainConfig from 'mailtrainConfig';
|
|||
|
||||
const getStructure = t => {
|
||||
const subPaths = {
|
||||
'login': {
|
||||
login: {
|
||||
title: t('Sign in'),
|
||||
link: '/account/login',
|
||||
component: Login,
|
||||
},
|
||||
'api': {
|
||||
api: {
|
||||
title: t('API'),
|
||||
link: '/account/api',
|
||||
component: API
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue