Skip to content

Commit 40b498a

Browse files
committed
Google Auth service configuration
1 parent fde0bf4 commit 40b498a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.OAuthProxy/Configuration/ServiceConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class ServiceConfiguration
1616
{ "HubspotForms", "oauth/v1/token" },
1717
{ "Semrush", "oauth2/access_token" },
1818
{ "Shopify", "oauth/access_token" },
19-
{ "Google", "oauth2/token" }
19+
{ "Google", "o/oauth2/token" }
2020
};
2121

2222
public static void AddServiceClients(this IServiceCollection services)

0 commit comments

Comments
 (0)