mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUACAMOLE-38: REST service should return proper JSON.
This commit is contained in:
@@ -60,7 +60,7 @@ angular.module('guacQuickConnect').factory('quickConnectService', ['$injector',
|
||||
cacheService.users.removeAll();
|
||||
|
||||
// Pass on the connection identifier
|
||||
return connectionId;
|
||||
return connectionId.identifier;
|
||||
});
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user