change variable name
This commit is contained in:
parent
95cb234afa
commit
e33f38a159
|
@ -31,10 +31,10 @@
|
|||
<p class="profile-text">You are not currently a member of <br> any organization.</p>
|
||||
{{/collection}}
|
||||
</section>
|
||||
{{#if config.githubOrgsSettingsUrl}}
|
||||
{{#if config.githubOrgsOauthAccessSettingsUrl}}
|
||||
<section class="profile-additional">
|
||||
<p>Is an organization missing?<br>
|
||||
<a {{bind-attr href="config.githubOrgsSettingsUrl"}} title="Organization settings on GitHub">Review and add</a> your authorized Orgs.</p>
|
||||
<a {{bind-attr href="config.githubOrgsOauthAccessSettingsUrl"}} title="Orgs Oauth Access Settings on GitHub">Review and add</a> your authorized Orgs.</p>
|
||||
</section>
|
||||
{{/if}}
|
||||
</aside>
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user