We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b57fbb commit 7b70066Copy full SHA for 7b70066
src/Umbraco.Cms.Integrations.SEO.Semrush/Services/BaseAuthorizationService.cs
@@ -9,7 +9,6 @@ public class BaseAuthorizationService
9
"&response_type=code" +
10
"&scope={3}";
11
12
- // Using a static HttpClient (see: https://www.aspnetmonsters.com/2016/08/2016-08-27-httpclientwrong/).
13
protected readonly IHttpClientFactory HttpClientFactory;
14
15
protected readonly TokenBuilder TokenBuilder;
0 commit comments