mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-1430: Always show connection closed status after authentication update attempt.
This commit is contained in:
@@ -441,8 +441,8 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
||||
// Re-authenticate to verify auth status at end of connection
|
||||
authenticationService.updateCurrentToken($location.search())
|
||||
|
||||
// If authentication is OK, show the requested status
|
||||
.then(function authenticationCheckSuccessful() {
|
||||
// Show the requested status once the authentication check has finished
|
||||
['finally'](function authenticationCheckComplete() {
|
||||
guacNotification.showStatus(status);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user