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 committed Feb 8, 2024
1 parent 2ae8262 commit b78c763
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 @@ -289,7 +289,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 b78c763

Please sign in to comment.