feat : creation d'une page d'aministration pour la ajout / modification d'utlisateur

This commit is contained in:
2026-02-09 13:59:14 +01:00
parent 311f523647
commit ca1910b1d1
13 changed files with 339 additions and 98 deletions

View File

@@ -8,6 +8,10 @@ export const MERCHANDISE_TYPE_CODES = {
AUTRES: 'AUTRES'
} as const
export const ROLE = {
ROLE_ADMIN : 'ROLE_ADMIN',
ROLE_USER : 'ROLE_USER'
}
export const SUPLLIER_CODE = {
LIOT: 'LIOT'
}