diff --git a/src/simpleauth.js b/src/simpleauth.js index f0609e032..5e7d1c648 100644 --- a/src/simpleauth.js +++ b/src/simpleauth.js @@ -85,7 +85,7 @@ function login(req, res, next) { } }; - next(new HttpSuccess(201, tmp)); + next(new HttpSuccess(200, tmp)); }); }