propogate unnecessary unchecking of machine cred to multicredential modal (previous prompt on launch fix)

This commit is contained in:
John Mitchell 2017-06-21 15:49:41 -04:00
parent 8d6408fb53
commit 74e03083f1

View File

@ -140,7 +140,7 @@ export default ['templateUrl', 'Rest', 'GetBasePath', 'generateList', '$compile'
$scope.selectedCredentials.extra.length > 0 &&
parseInt($scope.credentialKind) !== 1) {
updateExtraCredentialsList();
} else {
} else if (parseInt($scope.credentialKind) !== 1) {
uncheckAllCredentials();
}
}