mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-78: Preserve query parameters when redirecting to user's home page.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user