feat : add role guest
Auto Tag Develop / tag (push) Has been cancelled

This commit is contained in:
Lethary
2026-05-05 15:51:58 +02:00
parent 1c0cdeb085
commit fa1f0ccaa4
15 changed files with 72 additions and 21 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ export const MERCHANDISE_TYPE_CODES = {
export const ROLE = [
{ label: 'Administrateur', value: 'ROLE_ADMIN' },
{ label: 'Utilisateur', value: 'ROLE_USER' }
{ label: 'Utilisateur', value: 'ROLE_USER' },
{ label: 'Visiteur', value: 'ROLE_GUEST' }
]
export const SUPPLIER_CODE = {
LIOT: 'LIOT'