@@ -43,7 +43,6 @@ app.get("/v1/auth", (req, res) => {
if(!bcrypt.compareSync(req.headers.password, accounts[req.headers.username]))
passed = false
console.log(passed);
if(passed){
res.status(200).json(apikeys);
The note is not visible to the blocked user.