diff --git a/src/js/client.js b/src/js/client.js index 8e356a7d0..b12a41c61 100644 --- a/src/js/client.js +++ b/src/js/client.js @@ -269,7 +269,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N }; Client.prototype.hasScope = function (scope) { - return this.getUserInfo().scope.split(',').indexOf(scope) !== -1; + return this.getUserInfo().tokenScope.split(',').indexOf(scope) !== -1; }; /*