whphhg / vcash-electron

Multi-platform and multi-node GUI for Vcash.
GNU General Public License v3.0
38 stars 18 forks source link

Unhidden Password Field #31

Closed sharaf-n closed 6 years ago

sharaf-n commented 6 years ago
Vcash-electron version/branch+revision:

0.33.1

Operating system and version:

Ubuntu 17.04

Expected behavior:

Password field for encrypting wallet in settings should hide the clear-text entry.

Actual behavior:

Password box shows clear-text when encrypting wallet in settings.

Steps to reproduce the behavior:

Encrypt wallet in settings.

whphhg commented 6 years ago

Thank you! I've set type="password" to both inputs in WalletEncrypt, and to the three inputs in WalletPassphraseChange.

The changes will be reflected in an upcoming (soon) push to dev branch.

sharaf-n commented 6 years ago

wow thanks for the quick fix!!