diff --git a/auth/auth.go b/auth/auth.go index 9d89ca8..4c25343 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -162,7 +162,6 @@ func (h *handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { err = auth(conn, params.Email, params.Password) if err != nil { response.Error = fmt.Sprint(err) - return } response.Username = params.Username