diff --git a/app/templates/profile/accounts.hbs b/app/templates/profile/accounts.hbs
index 19315d56..7a74edb0 100644
--- a/app/templates/profile/accounts.hbs
+++ b/app/templates/profile/accounts.hbs
@@ -31,10 +31,10 @@
You are not currently a member of
any organization.
{{/collection}}
-{{#if config.githubOrgsSettingsUrl}}
+{{#if config.githubOrgsOauthAccessSettingsUrl}}
{{/if}}
diff --git a/config/environment.js b/config/environment.js
index fb694785..c4625348 100644
--- a/config/environment.js
+++ b/config/environment.js
@@ -31,7 +31,7 @@ module.exports = function(environment) {
endpoints: {},
intervals: { updateTimes: 1000 },
statusPageStatusUrl: 'https://pnpcptp8xh9k.statuspage.io/api/v2/status.json',
- githubOrgsSettingsUrl: 'https://github.com/settings/connections/4753903'
+ githubOrgsOauthAccessSettingsUrl: 'https://github.com/settings/connections/4753903'
};
if (typeof process !== 'undefined') {
@@ -58,7 +58,7 @@ module.exports = function(environment) {
security: ENV.billingEndpoint + "/pages/security",
terms: ENV.billingEndpoint + "/pages/terms"
};
- ENV.githubOrgsSettingsUrl = 'https://github.com/settings/connections/4753903'
+ ENV.githubOrgsOauthAccessSettingsUrl = 'https://github.com/settings/connections/4753903'
}
}