diff --git a/internal/handlers/login.go b/internal/handlers/login.go index bbedd62..1cdd2ce 100644 --- a/internal/handlers/login.go +++ b/internal/handlers/login.go @@ -198,7 +198,6 @@ func (h *LoginHandler) handlePost( if err != nil { h.logger.Error("error getting login request", "error", err) - // h.fillAcceptLoginRequestErrorBucket(r, err) http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError) return