This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { compare, hash } from "bcrypt";
|
||||
import { compare, hash } from "bcryptjs";
|
||||
import { inject, injectable } from "inversify";
|
||||
|
||||
import { LoginPassDTO } from "./DTO/loginPassword.dto";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { hash } from "bcrypt";
|
||||
import { hash } from "bcryptjs";
|
||||
import { CallbackError, Schema, model } from "mongoose";
|
||||
|
||||
import { IAdmin } from "./Abstraction/IAdmin";
|
||||
|
||||
Reference in New Issue
Block a user