From c55d66d30253260fb351d22f08849e3238f0d69a Mon Sep 17 00:00:00 2001 From: rocord01 Date: Sat, 11 Apr 2026 15:44:12 -0600 Subject: [PATCH] Temporarily disable reset secret button --- src/components/dashboard/actions-card.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/dashboard/actions-card.jsx b/src/components/dashboard/actions-card.jsx index edeebbb..170fe7c 100644 --- a/src/components/dashboard/actions-card.jsx +++ b/src/components/dashboard/actions-card.jsx @@ -130,7 +130,7 @@ export function ActionsCard({ details }) { - !open && setNewSecret(null)}> + /* !open && setNewSecret(null)}> - + */ );