diff --git a/main.go b/main.go index 4e6ea944ffed69dcd879b530c76b08ef255833f0..45a0cf53603e919defae8b63aeb466abdbfabf68 100644 --- a/main.go +++ b/main.go @@ -233,7 +233,7 @@ func main() { authURL := "https://mon-compte-particulier.enedis.fr/dataconnect/v1/oauth2/authorize" redirectUrl := authURL + "?client_id=" + clientId + "&duration=P6M&response_type=" + responseType + "&state=" + state + "-" + instanceName - log.Info("WL - EnedisSuccess - Authorize - Redirecting user to Enedis: ", redirectUrl) + log.Info("WL - EnedisSuccess - Authorize - Redirecting user to Enedis") http.Redirect(w, r, redirectUrl, 302) } else { logRoute("Proxy_error_enedis_auth")