migrate bcrypt to bcryptjs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import bcrypt from 'bcrypt';
|
||||
import bcrypt from 'bcryptjs';
|
||||
|
||||
const rounds = 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user