diff --git a/src/Umbraco.Web.UI.Client/src/routes.js b/src/Umbraco.Web.UI.Client/src/routes.js index cf6af40d4b..e4b7466155 100644 --- a/src/Umbraco.Web.UI.Client/src/routes.js +++ b/src/Umbraco.Web.UI.Client/src/routes.js @@ -89,6 +89,9 @@ app.config(function ($routeProvider) { } $routeProvider + .when("/", { + redirectTo: '/content' + }) .when('/login', { templateUrl: 'views/common/login.html', //ensure auth is *not* required so it will redirect to /