update: package file
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-06-01 11:47:27 +03:30
parent 97f78ad193
commit 4ebc5e2cf3
5 changed files with 72 additions and 848 deletions
@@ -1,5 +1,5 @@
import { Injectable } from "@nestjs/common";
import { compare, genSalt, hash } from "bcrypt";
import { compare, genSalt, hash } from "bcryptjs";
@Injectable()
export class PasswordService {
//** */