mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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
|
// Re-authenticate to verify auth status at end of connection
|
||||||
authenticationService.updateCurrentToken($location.search())
|
authenticationService.updateCurrentToken($location.search())
|
||||||
|
|
||||||
// If authentication is OK, show the requested status
|
// Show the requested status once the authentication check has finished
|
||||||
.then(function authenticationCheckSuccessful() {
|
['finally'](function authenticationCheckComplete() {
|
||||||
guacNotification.showStatus(status);
|
guacNotification.showStatus(status);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user