Add removed user service load call; we need it
This commit is contained in:
parent
4d11ff4ed5
commit
02ba1968b9
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ angular.module('quay').directive('convertUserToOrg', function () {
|
|||
|
||||
ApiService.convertUserToOrganization(data).then(function(resp) {
|
||||
CookieService.putPermanent('quay.namespace', $scope.user.username);
|
||||
UserService.load();
|
||||
$location.path('/');
|
||||
}, errorHandler);
|
||||
};
|
||||
|
|
Reference in a new issue