KEYCLOAK-7330 KEYCLOAK-7439 KEYCLOAK-7503 404-error on Token tab
This commit is contained in:
parent
e98fcfe56e
commit
e638391182
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue