diff --git a/app/templates/profile/accounts.hbs b/app/templates/profile/accounts.hbs index d16fc0fa..367ba957 100644 --- a/app/templates/profile/accounts.hbs +++ b/app/templates/profile/accounts.hbs @@ -30,6 +30,7 @@ {{/collection}}
-

Is an organization missing?
Review and add your authorized Orgs.

+

Is an organization missing?
+ Review and add your authorized Orgs.

diff --git a/config/environment.js b/config/environment.js index 79a2ae34..fb694785 100644 --- a/config/environment.js +++ b/config/environment.js @@ -30,7 +30,8 @@ module.exports = function(environment) { enterprise: false, endpoints: {}, intervals: { updateTimes: 1000 }, - statusPageStatusUrl: 'https://pnpcptp8xh9k.statuspage.io/api/v2/status.json' + statusPageStatusUrl: 'https://pnpcptp8xh9k.statuspage.io/api/v2/status.json', + githubOrgsSettingsUrl: 'https://github.com/settings/connections/4753903' }; if (typeof process !== 'undefined') { @@ -56,7 +57,8 @@ module.exports = function(environment) { imprint: ENV.billingEndpoint + "/pages/imprint", security: ENV.billingEndpoint + "/pages/security", terms: ENV.billingEndpoint + "/pages/terms" - } + }; + ENV.githubOrgsSettingsUrl = 'https://github.com/settings/connections/4753903' } }