GUACAMOLE-78: Preserve query parameters when redirecting to user's home page.

This commit is contained in:
Michael Jumper
2016-08-12 14:53:54 -07:00
parent 225736d237
commit 42cd4dca5d

View File

@@ -88,7 +88,7 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
// Otherwise, reject and reroute
else {
$location.url(homePage.url);
$location.path(homePage.url);
route.reject();
}