mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 08:54:54 +00:00
Add UserRoleRepository and RoleTypeRepository imports
This commit is contained in:
@ -47,7 +47,7 @@ export class UserAuthController {
|
||||
return {
|
||||
statusCode: HttpStatus.CREATED,
|
||||
data: accessToken,
|
||||
message: 'User Loggedin Successfully',
|
||||
message: 'User Logged in Successfully',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user