loleaflet/src/control/Signing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dff4e330d58f96566503b3d6edaa0e0a71277fac 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:28:01 2018 +0100 PIN code input field should be 'password' type Change-Id: Ia811eb8b8b410c799034cb1ae6905797dfb32a0b (cherry picked from commit 53394dd3cfa518a4230cb249de17f4417a922e5b) diff --git a/loleaflet/src/control/Signing.js b/loleaflet/src/control/Signing.js index 78066279f..d469458b7 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