Update to Node 22, use bcryptjs for better compatibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import bcrypt from 'bcrypt'
|
||||
import bcrypt from 'bcryptjs'
|
||||
import { SignJWT, jwtVerify } from 'jose'
|
||||
import { getDatabase } from './database'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user