update entity type and reset password
This commit is contained in:
@ -4,13 +4,13 @@ import { OrmHelper } from "../helpers/orm";
|
||||
import Joi from "joi";
|
||||
import { ILogObj, Logger } from "tslog";
|
||||
import { Language } from "../langs/lang";
|
||||
import { Paging } from "../types/paging";
|
||||
import { Paging } from "Entity";
|
||||
import CommonHelper from "../helpers/common";
|
||||
import { Status } from "../types/status";
|
||||
import { UserRole } from "../entity/users_roles";
|
||||
import { RoleList } from "../types/role";
|
||||
import { Status } from "Entity";
|
||||
import { RoleList } from "Entity";
|
||||
import * as fastcsv from 'fast-csv';
|
||||
import dayjs from "dayjs";
|
||||
import { UserRole } from "Entity";
|
||||
|
||||
const log: Logger<ILogObj> = new Logger({ name: '[UserRoleController]', type: 'pretty' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user