Add UserRoleRepository and RoleTypeRepository imports

This commit is contained in:
faris Aljohari
2024-05-06 19:10:24 +03:00
parent 6bd827fe57
commit 1dcb0a3052
4 changed files with 47 additions and 4 deletions

View File

@ -47,7 +47,7 @@ export class UserAuthController {
return {
statusCode: HttpStatus.CREATED,
data: accessToken,
message: 'User Loggedin Successfully',
message: 'User Logged in Successfully',
};
}