diff options
Diffstat (limited to 'src/zenhttp/auth/authservice.cpp')
| -rw-r--r-- | src/zenhttp/auth/authservice.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/auth/authservice.cpp b/src/zenhttp/auth/authservice.cpp index 6ed587770..f89ca91da 100644 --- a/src/zenhttp/auth/authservice.cpp +++ b/src/zenhttp/auth/authservice.cpp @@ -56,7 +56,7 @@ HttpAuthService::HttpAuthService(AuthMgr& AuthMgr) : m_AuthMgr(AuthMgr) if (Ok) { - ServerRequest.WriteResponse(Ok ? HttpResponseCode::OK : HttpResponseCode::BadRequest); + ServerRequest.WriteResponse(HttpResponseCode::OK); } else { |