change paas to any admin user in init

This commit is contained in:
2024-01-16 22:44:37 +00:00
parent 68eebae8cf
commit b7731c1fc7
3 changed files with 19 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ app.post("/ticket", async (req, res) => {
res.status(200).send({ auth: true });
}
else {
res.send({
res.status(403).send({
ok: bindResult.ok,
error: bindResult.error
});