mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-526: Remove call to old-style $http success().
This commit is contained in:
		| @@ -264,7 +264,7 @@ angular.module('rest').factory('userService', ['$injector', | ||||
|         }) | ||||
|  | ||||
|         // Clear the cache | ||||
|         .success(function passwordChanged(){ | ||||
|         .then(function passwordChanged(){ | ||||
|             cacheService.users.removeAll(); | ||||
|         }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user