I am working on next.js project then encounter some bcryptjs library issue.
Snippet of package.json:
node: v20.11.1
"next": "15.1.7",
"next-auth": "^5.0.0-beta.25",
"bcryptjs": "^3.0.2",
Snippet code: the issue is no matter what I input is always return true of comparing:

console:
