From aa95cd60dad104bc4f33899b07a4f411791fd1f6 Mon Sep 17 00:00:00 2001 From: j-bo Date: Thu, 26 Sep 2024 09:09:44 +0200 Subject: [PATCH] Prevent automatic translation of the secret string. --- next/src/components/Secret.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/next/src/components/Secret.tsx b/next/src/components/Secret.tsx index 10f04e982..59c6c10d7 100644 --- a/next/src/components/Secret.tsx +++ b/next/src/components/Secret.tsx @@ -27,6 +27,7 @@ const RenderSecret = ({ secret }: { readonly secret: string }) => {