Skip to content

Commit

Permalink
feat(GDU): modificar email en paciente temporal
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne authored and negro89 committed May 21, 2024
1 parent 14ea3b4 commit 5b1f2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth/permisos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ export default [
child: [
{ key: 'read', title: 'Ver usuarios y permisos', type: 'boolean' },
{ key: 'write', title: 'Agregar/modificar permisos', type: 'boolean' },
{ key: 'perfiles', title: 'Crear/modificar perfiles de usuarios', visibility: 'restricted', type: 'boolean' }
{ key: 'perfiles', title: 'Crear/modificar perfiles de usuarios', visibility: 'restricted', type: 'boolean' },
{ key: 'cuenta', title: 'Editar cuenta de usuario', visibility: 'restricted', type: 'boolean' }
]
},
{
Expand Down

0 comments on commit 5b1f2e4

Please sign in to comment.