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 ccdc3f3 commit 839d3fcCopy full SHA for 839d3fc
src/Umbraco.Cms.Integrations.Crm.Dynamics/Controllers/FormsController.cs
@@ -105,7 +105,7 @@ public async Task<string> GetAccessToken([FromBody] OAuthRequestDto authRequestD
105
requestMessage.Headers.Add("service_name", AuthorizationService.Service);
106
107
var response = await ClientFactory().SendAsync(requestMessage);
108
- if(response.IsSuccessStatusCode)
+ if (response.IsSuccessStatusCode)
109
{
110
var result = await response.Content.ReadAsStringAsync();
111
0 commit comments