summaryrefslogtreecommitdiff
path: root/routes/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'routes/index.js')
-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) {