update:docker
This commit is contained in:
@@ -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 {
|
||||
//** */
|
||||
|
||||
Reference in New Issue
Block a user