GUACAMOLE-38: REST service should return proper JSON.

This commit is contained in:
Nick Couchman
2018-05-22 22:15:58 -04:00
parent 730201358e
commit b283adc73a
2 changed files with 6 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ angular.module('guacQuickConnect').factory('quickConnectService', ['$injector',
cacheService.users.removeAll();
// Pass on the connection identifier
return connectionId;
return connectionId.identifier;
});
};