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 fde0bf4 commit 40b498aCopy full SHA for 40b498a
src/Umbraco.Cms.Integrations.OAuthProxy/Configuration/ServiceConfiguration.cs
@@ -16,7 +16,7 @@ public static class ServiceConfiguration
16
{ "HubspotForms", "oauth/v1/token" },
17
{ "Semrush", "oauth2/access_token" },
18
{ "Shopify", "oauth/access_token" },
19
- { "Google", "oauth2/token" }
+ { "Google", "o/oauth2/token" }
20
};
21
22
public static void AddServiceClients(this IServiceCollection services)
0 commit comments