From e9fa1611483a3af211145ae186df8026d11e53a5 Mon Sep 17 00:00:00 2001 From: Yeung Date: Tue, 24 Feb 2026 17:43:49 +0800 Subject: [PATCH] fix(ai): prevent Edge/password-manager autofill and save prompts in AI settings (#2719) * fix(ai): prevent password autofill in AI settings * fix(ai): avoid password manager prompts for API key fields * fix(ai): disable autocomplete for AI settings inputs * update code style --------- Co-authored-by: Amruth Pillai --- src/routes/dashboard/settings/ai.tsx | 35 +++++++++++++++++++++------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/src/routes/dashboard/settings/ai.tsx b/src/routes/dashboard/settings/ai.tsx index 779ac05f5..27bd0919a 100644 --- a/src/routes/dashboard/settings/ai.tsx +++ b/src/routes/dashboard/settings/ai.tsx @@ -113,11 +113,11 @@ function AIForm() { return (
-