Skip to content

Commit 4cf9b68

Browse files
committed
added is password correct console.log
1 parent fe90296 commit 4cf9b68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/resolvers/UserResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export class UserResolver {
8181
user.hashed_password,
8282
login_user_data.password
8383
);
84+
console.log("is password correct:", is_password_correct)
8485
}
8586
if (is_password_correct === true && user !== null) {
8687
const token = jwt.sign(

0 commit comments

Comments
 (0)