diff --git a/static/js/controllers.js b/static/js/controllers.js index 07041ae7a..e37091b6f 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -2926,6 +2926,7 @@ function ConfirmInviteCtrl($scope, $location, UserService, ApiService, Notificat ApiService.acceptOrganizationTeamInvite(null, params).then(function(resp) { NotificationService.update(); + UserService.load(); $location.path('/organization/' + resp.org + '/teams/' + resp.team); }, function(resp) { $scope.loading = false;