mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-724: Properly disconnect if required parameters are not submitted.
This commit is contained in:
@@ -349,7 +349,7 @@ angular.module('client').directive('guacClientNotification', [function guacClien
|
||||
className : "button",
|
||||
callback : function cancelSubmission() {
|
||||
$scope.client.requiredParameters = null;
|
||||
$scope.disconnect();
|
||||
$scope.client.client.disconnect();
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user