mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-06 11:36:45 +00:00
remove guard (#450)
This commit is contained in:
parent
b628baeb1a
commit
547d55a2c8
@ -31,10 +31,7 @@ const routes: Routes = [
|
|||||||
{
|
{
|
||||||
path: 'users',
|
path: 'users',
|
||||||
loadChildren: () => import('./pages/users/users.module').then(m => m.UsersModule),
|
loadChildren: () => import('./pages/users/users.module').then(m => m.UsersModule),
|
||||||
canActivate: [AuthGuard, RoleGuard],
|
canActivate: [AuthGuard],
|
||||||
data: {
|
|
||||||
roles: ['user.read'],
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'iam',
|
path: 'iam',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user