[KEYCLOAK-1931] UI doesn't reflect when flow is deleted
This commit is contained in:
parent
115663a32d
commit
639b5b617b
1 changed files with 1 additions and 0 deletions
|
@ -1745,6 +1745,7 @@ module.controller('AuthenticationFlowsCtrl', function($scope, $route, realm, flo
|
|||
execution.postLevels.push(j);
|
||||
}
|
||||
}
|
||||
$location.url("/realms/" + realm.realm + "/authentication/flows/" + $scope.flow.alias);
|
||||
})
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue