Skip to content

Commit

Permalink
set api_key type password
Browse files Browse the repository at this point in the history
  • Loading branch information
clh021 committed Apr 19, 2016
1 parent cafef76 commit 584d5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function log() {
<a id="logo" href="http://swagger.io">swagger</a>
<form id='api_selector'>
<div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div>
<div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="password"/></div>
<div class='input'><a id="explore" href="#" data-sw-translate>Explore</a></div>
</form>
</div>
Expand Down

0 comments on commit 584d5c4

Please sign in to comment.