loleaflet/src/control/Signing.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 53394dd3cfa518a4230cb249de17f4417a922e5b
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Thu Dec 13 09:27:01 2018 +0100
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Thu Dec 13 09:27:01 2018 +0100

    PIN code input field should be 'password' type
    
    Change-Id: Ia811eb8b8b410c799034cb1ae6905797dfb32a0b

diff --git a/loleaflet/src/control/Signing.js b/loleaflet/src/control/Signing.js
index d6bc52b2b..0e2b9f9c8 100644
--- a/loleaflet/src/control/Signing.js
+++ b/loleaflet/src/control/Signing.js
@@ -154,7 +154,7 @@ function adjustUIState() {
 function vereignPinCodeDialog(selectedIdentityKey) {
        vex.dialog.open({
                message: _('PIN Code'),
-               input: '<input name="pincode" type="text" value="" required />',
+               input: '<input name="pincode" type="password" value="" required 
/>',
                callback: function(data) {
                        console.log(data.pincode);
                        if (data.pincode) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to