From 64b570804641aea2406a53bdf658d62d0367946b Mon Sep 17 00:00:00 2001 From: gourav Date: Sun, 16 Jun 2024 15:02:07 +0530 Subject: [PATCH] show secret checkbox and using local storage (WIP) --- frontend/src/components/ListSecrets.vue | 36 ++++++++++++++++++------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/frontend/src/components/ListSecrets.vue b/frontend/src/components/ListSecrets.vue index 34254a6..12ff59b 100644 --- a/frontend/src/components/ListSecrets.vue +++ b/frontend/src/components/ListSecrets.vue @@ -1,7 +1,6 @@