I’m facing an issue with bcrypt compare while developing a JWT refresh token feature in NestJS

enter image description here
enter image description here

The bcrypt encoding and decoding website returns true, false, true, false when testing with the token, but my source code results in false, false, true, true. I’m developing in VSCode and can’t figure out what the issue is.