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