mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +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
|
// Clear the cache
|
||||||
.success(function passwordChanged(){
|
.then(function passwordChanged(){
|
||||||
cacheService.users.removeAll();
|
cacheService.users.removeAll();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user