remove bucrypt
Build and Deploy Docker Images / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-31 15:50:06 +03:30
parent a066e2b1ef
commit 1f1ab7c85d
3 changed files with 31 additions and 369 deletions
@@ -1,5 +1,5 @@
import { Injectable } from "@nestjs/common";
import * as bcrypt from "bcrypt";
import * as bcrypt from "bcryptjs";
@Injectable()
export class PasswordService {