mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
GUAC-1126 Fixed name of users cache.
This commit is contained in:
@@ -52,7 +52,7 @@ angular.module('rest').factory('cacheService', ['$injector',
|
||||
*
|
||||
* @type $cacheFactory.Cache
|
||||
*/
|
||||
users : $cacheFactory('API-USER')
|
||||
users : $cacheFactory('API-USERS')
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user