add find user by roles
This commit is contained in:
@@ -2,7 +2,7 @@ import { Roles } from 'src/configurable/entities/roles.entity';
|
||||
import {
|
||||
Entity,
|
||||
Column,
|
||||
PrimaryGeneratedColumn, BeforeInsert, ManyToOne,
|
||||
PrimaryGeneratedColumn, ManyToOne,
|
||||
} from 'typeorm';
|
||||
import { BaseModel } from '../../config/basemodel.entity';
|
||||
import { hashPassword } from '../../helper/hash_password';
|
||||
|
||||
Reference in New Issue
Block a user