migrate bcrypt to bcryptjs

This commit is contained in:
DecDuck
2024-11-05 10:56:34 +11:00
parent 20fdd30871
commit 6263ae1cb7
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
const rounds = 10;