KEYCLOAK-7330 KEYCLOAK-7439 KEYCLOAK-7503 404-error on Token tab

This commit is contained in:
ssilvert@win.redhat.com 2018-06-18 14:25:51 -04:00 committed by Stan Silvert
parent e98fcfe56e
commit e638391182

View file

@ -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;
});
};