Skip to content

Commit

Permalink
feat(GDU): modificar email en paciente temporal (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne authored May 21, 2024
1 parent 14ea3b4 commit ad2eeec
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 ad2eeec

Please sign in to comment.