feat: add unified Person+User creation backend
This commit is contained in:
@@ -50,6 +50,7 @@ describe("admin users dictionary", () => {
|
||||
MANAGER: "Manager",
|
||||
STAFF: "Staff",
|
||||
VIEWER: "Viewer",
|
||||
NO_USER: "No user account",
|
||||
})
|
||||
|
||||
expect(users.status).toEqual({
|
||||
@@ -133,6 +134,7 @@ describe("admin users dictionary", () => {
|
||||
MANAGER: "Gerente",
|
||||
STAFF: "Personal",
|
||||
VIEWER: "Visor",
|
||||
NO_USER: "Sin cuenta de usuario",
|
||||
})
|
||||
|
||||
expect(users.status).toEqual({
|
||||
|
||||
Reference in New Issue
Block a user