bug fix for qr code authentication
This commit is contained in:
parent
7661e2daa2
commit
3712fb332b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ studentRouter.post("/verify", async (req, res) => {
|
|||
|
||||
const isPasswordValid = await bcrypt.compare(
|
||||
password,
|
||||
response.data[0].passwordhash
|
||||
response.data[0].passwordhash
|
||||
);
|
||||
|
||||
console.log("Password validation result:", isPasswordValid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue