removed a debug output
This commit is contained in:
@@ -43,7 +43,6 @@ app.get("/v1/auth", (req, res) => {
|
|||||||
if(!bcrypt.compareSync(req.headers.password, accounts[req.headers.username]))
|
if(!bcrypt.compareSync(req.headers.password, accounts[req.headers.username]))
|
||||||
passed = false
|
passed = false
|
||||||
|
|
||||||
console.log(passed);
|
|
||||||
|
|
||||||
if(passed){
|
if(passed){
|
||||||
res.status(200).json(apikeys);
|
res.status(200).json(apikeys);
|
||||||
|
|||||||
Reference in New Issue
Block a user