diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js index aee862d9c7..5979962128 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js @@ -25,7 +25,9 @@ angular.module("umbraco") $scope.close(); }); + //perform the path change, if it is successful then the promise will resolve otherwise it will fail + $scope.close(); $location.path("/logout"); };