1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 05:33:59 +00:00

fix send text details form

This commit is contained in:
jaasen-livefront
2024-09-12 13:50:58 -07:00
parent 3b968c0c99
commit 83587ca022
8 changed files with 98 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ export class SendView implements View {
password: string = null;
disabled = false;
hideEmail = false;
hideText = false;
constructor(s?: Send) {
if (!s) {