[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - loleaflet/src
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Dec 13 08:28:27 UTC 2018
loleaflet/src/control/Signing.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dff4e330d58f96566503b3d6edaa0e0a71277fac
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: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) {
More information about the Libreoffice-commits
mailing list