Skip to content

Commit

Permalink
feat: hide api-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Morphclue committed Sep 1, 2021
1 parent f19f3c9 commit c6b1c52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="sdpi-item">
<div class="sdpi-item-label" data-localize="apikey">API-Key</div>
<label for="apikey"></label>
<input id="apikey" class="sdpi-item-value" type="text" value=""
<input id="apikey" class="sdpi-item-value" type="password" value=""
placeholder="Enter your WakaTime API-Key" required>
</div>
<div class="sdpi-item">
Expand Down

0 comments on commit c6b1c52

Please sign in to comment.