migrate bcrypt to bcryptjs

This commit is contained in:
DecDuck
2024-11-05 10:56:34 +11:00
parent c3914cc1ed
commit 3a51c9cc9c
3 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import bcrypt from 'bcrypt';
import bcrypt from 'bcryptjs';
const rounds = 10;