RC-2: correct navigation pages configs with auth user role
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import i18next from 'i18next';
|
||||
|
||||
import { authRoles } from 'src/app/auth';
|
||||
import en from './i18n/en';
|
||||
import Profile from './Profile';
|
||||
|
||||
@@ -11,6 +12,7 @@ const ProfileConfig = {
|
||||
config: {},
|
||||
},
|
||||
},
|
||||
auth: authRoles.user,
|
||||
routes: [
|
||||
{
|
||||
path: 'profile',
|
||||
|
||||
Reference in New Issue
Block a user