From 7403b38f3991a6db0c5893770f890d692f09a195 Mon Sep 17 00:00:00 2001 From: Jordan Aasen <166539328+jaasen-livefront@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:45:42 -0700 Subject: [PATCH] [CL-715] - [Defect] SSH key Private Key field visibility should toggle to hidden when switching items to view in desktop (#15224) * fix sshKey visibility * add missing ngIf * use two-way binding over explicit key --- .../sshkey-sections/sshkey-view.component.html | 1 + .../sshkey-sections/sshkey-view.component.ts | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libs/vault/src/cipher-view/sshkey-sections/sshkey-view.component.html b/libs/vault/src/cipher-view/sshkey-sections/sshkey-view.component.html index 2a31cd01c3a..e74c0b06818 100644 --- a/libs/vault/src/cipher-view/sshkey-sections/sshkey-view.component.html +++ b/libs/vault/src/cipher-view/sshkey-sections/sshkey-view.component.html @@ -19,6 +19,7 @@ bitIconButton bitPasswordInputToggle data-testid="toggle-privateKey" + [(toggled)]="revealSshKey" >