Merge pull request #2670 from jaredevantabor/network_credential

Reset network credential on selection change
This commit is contained in:
Jared Tabor 2016-06-28 10:07:19 -07:00 committed by GitHub
commit d7a401337d

View File

@ -181,6 +181,8 @@ angular.module('CredentialsHelper', ['Utilities'])
scope.ssh_key_unlock_confirm = null;
scope.become_username = null;
scope.become_password = null;
scope.authorize = false;
scope.authorize_password = null;
}
// Collapse or open help widget based on whether scm value is selected