Complete the login with GitHub functionality.
This commit is contained in:
parent
55f95932a8
commit
b6d4459080
3 changed files with 47 additions and 28 deletions
|
@ -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();
|
||||
|
||||
|
|
Reference in a new issue