KEYCLOAK-4155: User Federation: Page not found when click cancel creating
ldap provider
This commit is contained in:
parent
732d56b0c0
commit
a76c52ef84
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ module.controller('LDAPUserStorageCtrl', function($scope, $location, Notificatio
|
|||
|
||||
$scope.cancel = function() {
|
||||
if ($scope.create) {
|
||||
$location.url("/realms/" + realm.realm + "/user-storage");
|
||||
$location.url("/realms/" + realm.realm + "/user-federation");
|
||||
} else {
|
||||
$route.reload();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue