diff --git a/frontend/src/components/v2/SecretInput/SecretInput.tsx b/frontend/src/components/v2/SecretInput/SecretInput.tsx index 64f6820bb..e815e9319 100644 --- a/frontend/src/components/v2/SecretInput/SecretInput.tsx +++ b/frontend/src/components/v2/SecretInput/SecretInput.tsx @@ -67,40 +67,41 @@ export const SecretInput = forwardRef( const [isSecretFocused, setIsSecretFocused] = useToggle(); return ( - // <> -
-
-
-            
-              
-                {syntaxHighlight(value, isVisible || isSecretFocused)}
-              
-            
-          
+
+
+
+
+              
+                
+                  {syntaxHighlight(value, isVisible || isSecretFocused)}
+                
+              
+            
-