feat(auth): add user and role management
This commit is contained in:
@@ -15,6 +15,7 @@ import ResetPassword from 'pages/ResetPassword/index.ee';
|
||||
import EditorRoutes from 'pages/Editor/routes';
|
||||
import * as URLS from 'config/urls';
|
||||
import settingsRoutes from './settingsRoutes';
|
||||
import adminSettingsRoutes from './adminSettingsRoutes';
|
||||
import Notifications from 'pages/Notifications';
|
||||
|
||||
export default (
|
||||
@@ -127,7 +128,9 @@ export default (
|
||||
|
||||
<Route path="/" element={<Navigate to={URLS.FLOWS} replace />} />
|
||||
|
||||
<Route path={`${URLS.SETTINGS}`}>{settingsRoutes}</Route>
|
||||
<Route path={URLS.SETTINGS}>{settingsRoutes}</Route>
|
||||
|
||||
<Route path={URLS.ADMIN_SETTINGS}>{adminSettingsRoutes}</Route>
|
||||
|
||||
<Route
|
||||
element={
|
||||
|
Reference in New Issue
Block a user