Skip to content

Commit d42d707

Browse files
committed
Missing file
1 parent 4020773 commit d42d707

File tree

1 file changed

+15
-0
lines changed
  • src/Umbraco.Cms.Integrations.Crm.Hubspot/App_Plugins/UmbracoCms.Integrations/Crm/Hubspot/js

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
function hubspotService() {
2+
return {
3+
configDescription: {
4+
API: "An API key is configured and will be used to connect to your HubSpot account.",
5+
OAuth:
6+
"No API key is configured. To connect to your HubSpot account using OAuth click 'Connect', select your account and agree to the permissions.",
7+
None: "No API or OAuth configuration could be found. Please review your settings before continuing.",
8+
OAuthConnected:
9+
"OAuth is configured and an access token is available to connect to your HubSpot account. To revoke, click 'Revoke'"
10+
}
11+
}
12+
}
13+
14+
angular.module("umbraco.services")
15+
.service("umbracoCmsIntegrationsCrmHubspotService", hubspotService);

0 commit comments

Comments
 (0)