KEYCLOAK-4155: User Federation: Page not found when click cancel creating

ldap provider
This commit is contained in:
Stan Silvert 2017-01-04 14:03:39 -05:00
parent 732d56b0c0
commit a76c52ef84

View file

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