From 56e984f657683ec015518a45a4a4e4a8eefdf99d Mon Sep 17 00:00:00 2001 From: balibabu Date: Fri, 14 Mar 2025 14:15:43 +0800 Subject: [PATCH] Fix: Prevent password boxes other than login passwords from displaying passwords saved in the browser's password manager by default. #6033 (#6084) ### What problem does this PR solve? Fix: Prevent password boxes other than login passwords from displaying passwords saved in the browser's password manager by default. #6033 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/components/tavily-item.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/components/tavily-item.tsx b/web/src/components/tavily-item.tsx index a457dd2fe..6da72126a 100644 --- a/web/src/components/tavily-item.tsx +++ b/web/src/components/tavily-item.tsx @@ -14,7 +14,10 @@ export function TavilyItem({
- + {t('tavilyApiKeyHelp')}