Change input type to password
This commit is contained in:
@@ -197,7 +197,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="border-color:#000;">
|
<tr style="border-color:#000;">
|
||||||
<td data-th="Private Key">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -207,7 +207,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="border-color:#000;">
|
<tr style="border-color:#000;">
|
||||||
<td data-th="Wallet Password">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user