use bycryptjs
Build and Deploy / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-23 00:03:28 +03:30
parent fedb3b95da
commit fa1a029298
4 changed files with 18 additions and 231 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
import { hash } from "bcrypt";
import { hash } from "bcryptjs";
import { CallbackError, Schema, model } from "mongoose";
import { IAdmin } from "./Abstraction/IAdmin";