[Libreoffice-commits] online.git: loleaflet/src

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 13 08:27:21 UTC 2018


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

New commits:
commit 53394dd3cfa518a4230cb249de17f4417a922e5b
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Thu Dec 13 09:27:01 2018 +0100
Commit:     Andras Timar <andras.timar at 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) {


More information about the Libreoffice-commits mailing list