mirror of
https://github.com/dadosfera/maestro.git
synced 2026-09-12 16:54:49 +00:00
FIX: sending access token to role function to evaluate editing permissions
This commit is contained in:
@@ -16,6 +16,8 @@ export const AUTH = {
|
||||
export const ROLE = {
|
||||
ALREADY_EXIST: 'ROLE.ALREADY_EXISTS',
|
||||
NOT_FOUND: 'ROLE.NOT_FOUND',
|
||||
FROM_ANOTHER_CUSTOMER: 'ROLE.FROM_ANOTHER_CUSTOMER',
|
||||
CANNOT_EDIT_PUBLIC_ROLE: 'ROLE.CANNOT_EDIT_PUBLIC_ROLE',
|
||||
};
|
||||
|
||||
export const USER = {
|
||||
|
||||
Reference in New Issue
Block a user