Skip to content

Commit

Permalink
fixed clearing rpm inputs on auth toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Aug 15, 2018
1 parent f0e7bde commit e5a1f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/directives/remoteProjectManagerForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="checkbox">
<label>
&nbsp;
<input id="toggle-auth" name="toggle-auth" type="checkbox" ng-model="auth.useToken" ng-changed="clearAuthSettings()" />Use token auth
<input id="toggle-auth" name="toggle-auth" type="checkbox" ng-model="auth.useToken" ng-change="clearAuthSettings()" />Use token auth
</label>
</div>
</div>

0 comments on commit e5a1f1c

Please sign in to comment.