mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Merge pull request #2670 from jaredevantabor/network_credential
Reset network credential on selection change
This commit is contained in:
commit
d7a401337d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user