GUACAMOLE-526: Explicitly fail routing if attempting to update the auth token fails.

This commit is contained in:
Michael Jumper
2018-04-24 15:27:18 -07:00
parent 6cd07052d8
commit bba01bdbc4

View File

@@ -102,6 +102,10 @@ angular.module('index').config(['$routeProvider', '$locationProvider',
route.resolve();
});
})
['catch'](function tokenUpdateFailed() {
route.reject();
});
// Return promise that will resolve only if the requested page is the