@ -58,6 +58,7 @@ func BasicAuth(next http.Handler) http.Handler {
w.Header().Set("WWW-Authenticate", `Basic realm="mydomains"`)
http.Error(w, "Unauthorized", http.StatusUnauthorized)
return
}