How to avoid reveal password in a form?
I’ve recently discover that if you use inspect element to see the source code of the Html, you can change this <input type=”password”/> to <input type=”text”/> then you can see the password revealed, So, how can I avoid that in… Continue reading How to avoid reveal password in a form?