1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Add show hide password to send (#821)

* Add password toggle to add-edit

* Fix remove password accessible from disabled send

* Update jslib
This commit is contained in:
Matt Gibson
2021-02-05 13:23:40 -06:00
committed by GitHub
parent af7e2edbf0
commit 84d03158b5
3 changed files with 13 additions and 4 deletions

View File

@@ -107,7 +107,7 @@
{{'copySendLink' | i18n}}
</a>
<a class="dropdown-item" href="#" appStopClick (click)="removePassword(s)"
*ngIf="s.password">
*ngIf="s.password && !disableSend">
<i class="fa fa-fw fa-undo" aria-hidden="true"></i>
{{'removePassword' | i18n}}
</a>