Fixed permission for reset password in routing module.

This commit is contained in:
Emanuel Schütze 2019-05-10 16:09:35 +02:00
parent ba9fcef5a1
commit ca70944d0c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const routes: Routes = [
{
path: 'password/:id',
component: PasswordComponent,
data: { basePerm: 'can_manage' }
data: { basePerm: 'users.can_manage' }
},
{
path: 'new',