Turn off all references and API calls to github login if the feature is disabled

This commit is contained in:
Joseph Schorr 2014-04-06 00:50:30 -04:00
parent 19a20a6c94
commit badf002e92
6 changed files with 22 additions and 9 deletions

View file

@ -160,7 +160,7 @@
</div>
<!-- Github tab -->
<div id="github" class="tab-pane">
<div id="github" class="tab-pane" quay-require="['GITHUB_LOGIN']">
<div class="loading" ng-show="!cuser">
<div class="quay-spinner 3x"></div>
</div>