KEYCLOAK-3673: Blank items in IDP's Post Login Flow selector
This commit is contained in:
parent
42e93742fa
commit
68ca1849bf
1 changed files with 4 additions and 0 deletions
|
@ -817,6 +817,10 @@ module.controller('RealmIdentityProviderCtrl', function($scope, $filter, $upload
|
||||||
$scope.postBrokerAuthFlows.push($scope.authFlows[i]);
|
$scope.postBrokerAuthFlows.push($scope.authFlows[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$scope.identityProvider.postBrokerLoginFlowAlias) {
|
||||||
|
$scope.identityProvider.postBrokerLoginFlowAlias = $scope.postBrokerAuthFlows[0].alias;
|
||||||
|
}
|
||||||
|
|
||||||
$scope.$watch(function() {
|
$scope.$watch(function() {
|
||||||
return $location.path();
|
return $location.path();
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
Loading…
Reference in a new issue