Skip to content

Commit

Permalink
KEYCLOAK-7330 KEYCLOAK-7439 KEYCLOAK-7503 404-error on Token tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilvert@win.redhat.com authored and ssilvert committed Jun 18, 2018
1 parent e98fcfe commit e638391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ module.controller('RealmTokenDetailCtrl', function($scope, Realm, realm, $http,
$scope.changed = false;

var refresh = function() {
Realm.get($scope.realm, function () {
Realm.get($scope.realm.realm, function () {
$scope.changed = false;
});
};
Expand Down

0 comments on commit e638391

Please sign in to comment.