GUACAMOLE-526: Remove call to old-style $http success().

This commit is contained in:
Michael Jumper
2018-04-27 00:02:22 -07:00
parent ae6b5fc8bb
commit f8bd8d8ec9

View File

@@ -264,7 +264,7 @@ angular.module('rest').factory('userService', ['$injector',
})
// Clear the cache
.success(function passwordChanged(){
.then(function passwordChanged(){
cacheService.users.removeAll();
});