Skip to content

Commit

Permalink
Make oauth token field a password field
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed Aug 3, 2016
1 parent 3bb5af2 commit 6c914d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Expand Up @@ -29,7 +29,7 @@ <h1>GitHub Changelog Generator</h1>

<p title="You will be limited to only 60 requests per hour if you do not provide a token, otherwise 5000."
>OAuth2 Token
<input type="text" id="authtoken">
<input type="password" id="authtoken">
<a href="https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization">Help</a>
</p>

Expand Down

0 comments on commit 6c914d4

Please sign in to comment.