Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-37749] Disable autocomplte on clientId and clientSecret fields
  • Loading branch information
Vlatombe committed Sep 1, 2016
1 parent 7ce3272 commit cabcbbe
Showing 1 changed file with 3 additions and 3 deletions.
@@ -1,10 +1,10 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
<f:entry title="${%Client Id}" field="clientId">
<f:textbox/>
<f:entry title="${%Client Id}" field="clientId">
<f:textbox autocomplete="off"/>
</f:entry>
<f:entry title="${%Client Secret}" field="clientSecret">
<f:password/>
<f:password autocomplete="off"/>
</f:entry>
<f:entry title="${%Google Apps Domain}" field="domain">
<f:textbox/>
Expand Down

0 comments on commit cabcbbe

Please sign in to comment.