summaryrefslogtreecommitdiff
path: root/serverstore.js
diff options
context:
space:
mode:
Diffstat (limited to 'serverstore.js')
-rwxr-xr-xserverstore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverstore.js b/serverstore.js
index e95a1ec..b24af20 100755
--- a/serverstore.js
+++ b/serverstore.js
@@ -124,7 +124,7 @@ app.get("/exists/:reguserid",function(req,res){
});
app.get("/checklogin/:userid/:authhash",function(req,res){
- res.sendStatus(200);
+ res.sendStatus(200); //login checking is done in the authhash param
res.end();
});