diff --git a/www/plugins/graph/js/controllers/account-controllers.js b/www/plugins/graph/js/controllers/account-controllers.js index 6d2a5ab7bf23f9922606bf7e33a796726055443d..fabbf9c4669f126107fec303387623d7a344fbc8 100644 --- a/www/plugins/graph/js/controllers/account-controllers.js +++ b/www/plugins/graph/js/controllers/account-controllers.js @@ -136,7 +136,7 @@ function GpAccountBalanceController($scope, $controller, $q, $state, $filter, $t var withUD = true; - return csWot.loadRequirements({pubkey: $scope.formData.pubkey}) + return csWot.load($scope.formData.pubkey, null/*uid*/, {cache: true}) .then(function(identity) { $scope.identity = identity; withUD = $scope.identity.isMember || $scope.identity.wasMember;