summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-06-17 23:23:28 +0100
committerubq323 <ubq323@ubq323.website>2023-06-17 23:24:38 +0100
commitb1556fb6829fcf7c93b4483934e7a25f28946e22 (patch)
tree457412b1315a90d7855211929cf81fc017cc965a
parent4e65b11ee88488be170b2888ccd1f8c56c670439 (diff)
change admin username
-rw-r--r--routes/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/index.js b/routes/index.js
index b7e9526..27d5cfd 100644
--- a/routes/index.js
+++ b/routes/index.js
@@ -53,7 +53,7 @@ function comparePasswordWithHash(password, hash, done) {
}
function isAdmin(username) {
- return (username == "ostracod");
+ return (username == "ubq323");
}
router.get("/", function(req, res, next) {