changed bcrypt libarary to bcryptjs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import bcrypt from "bcrypt";
|
||||
import bcrypt from 'bcryptjs';
|
||||
import { generateId, generateToken } from "../utils/id";
|
||||
import { CreateTokenInput, tokenModel } from "./token.schema";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user