Complete the login with GitHub functionality.

This commit is contained in:
yackob03 2014-01-15 13:55:57 -05:00
parent 55f95932a8
commit b6d4459080
3 changed files with 47 additions and 28 deletions

View file

@ -904,6 +904,8 @@ function UserAdminCtrl($scope, $timeout, $location, ApiService, PlanService, Use
$scope.changePasswordSuccess = false;
$scope.convertStep = 0;
$scope.org = {};
$scope.githubRedirectUri = KeyService.githubRedirectUri;
$scope.githubClientId = KeyService.githubClientId;
$('.form-change-pw').popover();