Change input type to password
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user