Change input type to password

This commit is contained in:
FallenGravity
2019-10-26 14:01:39 +02:00
parent a08a0f4693
commit 414fe6c639

View File

@@ -197,7 +197,7 @@
</tr>
<tr style="border-color:#000;">
<td data-th="Private Key">
<input type="text" id="privatekey" name="privatekey" placeholder="Enter Private Key" style="color:White;">
<input type="password" id="privatekey" name="privatekey" placeholder="Enter Private Key" style="color:White;">
</td>
</tr>
</table>
@@ -207,7 +207,7 @@
</tr>
<tr style="border-color:#000;">
<td data-th="Wallet Password">
<input type="text" id="walletpassword" name="walletpassword" placeholder="Enter Wallet Password" style="color:White;">
<input type="password" id="walletpassword" name="walletpassword" placeholder="Enter Wallet Password" style="color:White;">
</td>
</tr>
</table>