mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-586: Fix getAvailableDataSources().
This commit is contained in:
@@ -99,9 +99,10 @@ angular.module('auth').factory('authenticationService', ['$injector',
|
|||||||
|
|
||||||
// Store auth data
|
// Store auth data
|
||||||
$cookieStore.put(AUTH_COOKIE_ID, {
|
$cookieStore.put(AUTH_COOKIE_ID, {
|
||||||
authToken : data.authToken,
|
'authToken' : data.authToken,
|
||||||
username : data.username,
|
'username' : data.username,
|
||||||
dataSource : data.dataSource
|
'dataSource' : data.dataSource,
|
||||||
|
'availableDataSources' : data.availableDataSources
|
||||||
});
|
});
|
||||||
|
|
||||||
// Process is complete
|
// Process is complete
|
||||||
|
Reference in New Issue
Block a user