File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Umbraco.Forms.Integrations.Crm.Hubspot/Services Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class HubspotContactService : IContactService
34
34
35
35
private const string CrmApiBaseUrl = "https://api.hubapi.com/crm/v3/" ;
36
36
private const string InstallUrlFormat = "https://app-eu1.hubspot.com/oauth/authorize?client_id={0}&redirect_uri={1}&scope={2}" ;
37
- private const string OAuthScopes = "oauth forms crm .objects.contacts.read%20crm.objects.contacts.write" ;
37
+ private const string OAuthScopes = "oauth%20forms%20crm .objects.contacts.read%20crm.objects.contacts.write" ;
38
38
private const string OAauthClientId = "1a04f5bf-e99e-48e1-9d62-6c25bf2bdefe" ;
39
39
40
40
private const string OAuthBaseUrl = "https://hubspot-forms-auth.umbraco.com/" ; // For local testing: "https://localhost:44364/"
You can’t perform that action at this time.
0 commit comments