update userrole name

This commit is contained in:
2024-12-01 00:49:22 +07:00
parent ecd66fc4ee
commit c7f5abf736

View File

@ -90,6 +90,7 @@ export class AuthController {
const data = {
user,
role_name: UserRole.name,
roles_list: await AuthController.getListRole(userRole.roles),
token: {
access_token: token,