Remove comment

This commit is contained in:
Jan Dittberner 2024-05-12 12:16:18 +02:00
parent e576d981f9
commit 407e9acfcc

View file

@ -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