From 84d03158b58d5b004ea5ff5c57783d36c74ce68c Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Fri, 5 Feb 2021 13:23:40 -0600 Subject: [PATCH] Add show hide password to send (#821) * Add password toggle to add-edit * Fix remove password accessible from disabled send * Update jslib --- jslib | 2 +- src/app/send/add-edit.component.html | 13 +++++++++++-- src/app/send/send.component.html | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/jslib b/jslib index deabffb7b0..22f576ea60 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit deabffb7b0aaf9873b212f9962158fc312c4f271 +Subproject commit 22f576ea60fdd19cd0eb3c11d3073a45240b9f98 diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html index 8e13d72ce8..48af19ba3c 100644 --- a/src/app/send/add-edit.component.html +++ b/src/app/send/add-edit.component.html @@ -116,8 +116,17 @@
- +
+ +
+ +
+
{{'sendPasswordDesc' | i18n}}
diff --git a/src/app/send/send.component.html b/src/app/send/send.component.html index 04d093b244..4da51250f4 100644 --- a/src/app/send/send.component.html +++ b/src/app/send/send.component.html @@ -107,7 +107,7 @@ {{'copySendLink' | i18n}} + *ngIf="s.password && !disableSend"> {{'removePassword' | i18n}}