mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-13 16:22:39 +10:00
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