Remove obsolete property

This commit is contained in:
Johannes Zellner
2016-07-26 16:58:27 +02:00
parent 4b79af7975
commit ce433932dd

View File

@@ -6,7 +6,6 @@ angular.module('Application').controller('TokensController', ['$scope', 'Client'
$scope.activeClients = [];
$scope.apiClient = {};
$scope.tokenInUse = null;
$scope.developerModeChange = {
busy: false,
@@ -211,8 +210,6 @@ angular.module('Application').controller('TokensController', ['$scope', 'Client'
}
function refresh() {
$scope.tokenInUse = Client._token;
Client.getOAuthClients(function (error, activeClients) {
if (error) return console.error(error);