From d62850f82d6be8eba6be0d99ce19dfc8543f9f44 Mon Sep 17 00:00:00 2001 From: Chad Scharf <3904944+cscharf@users.noreply.github.com> Date: Fri, 10 Apr 2020 13:42:37 -0400 Subject: [PATCH] [Soft Delete] enable copy/view operations in trash --- src/app/vault/add-edit.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/vault/add-edit.component.html b/src/app/vault/add-edit.component.html index 01eb93e10b..dc633d02ac 100644 --- a/src/app/vault/add-edit.component.html +++ b/src/app/vault/add-edit.component.html @@ -72,7 +72,7 @@ type="{{showPassword ? 'text' : 'password'}}" name="Login.Password" [(ngModel)]="cipher.login.password" appInputVerbatim autocomplete="new-password" [disabled]="cipher.isDeleted"> -
+
-
+
+ [(ngModel)]="cipher.login.totp" appInputVerbatim [disabled]="cipher.isDeleted">
@@ -137,7 +137,7 @@ -
+