From 29c624e37b9e7d9f46625b239b235841da241c4e Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 15 Dec 2020 10:26:01 -0600 Subject: [PATCH] Add totp copy to clipboard button to cipher view (#1493) * Add totp copy to clipboard button to cipher view * Hide quick-copy rather than disable if no totp * Revert to disabled TOTP button * Enforce premium access to TOTPs * Update jslib reference --- jslib | 2 +- .../components/action-buttons.component.html | 5 ++++ .../components/action-buttons.component.ts | 23 +++++++++++++++---- 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/jslib b/jslib index 2c414ce27a..cc801ce0d7 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 2c414ce27a5c14f6cd7f86cfd07096a192d058ca +Subproject commit cc801ce0d7e200a365bed02c35b8d97666dbeab4 diff --git a/src/popup/components/action-buttons.component.html b/src/popup/components/action-buttons.component.html index f6c225f51b..5d81817e9c 100644 --- a/src/popup/components/action-buttons.component.html +++ b/src/popup/components/action-buttons.component.html @@ -16,6 +16,11 @@ [ngClass]="{disabled: (!cipher.login.password || !cipher.viewPassword)}"> + + +