From 022813a17cd61e5be4747fe1d9dcbf51434ff046 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Tue, 28 Jul 2026 23:37:06 +0800 Subject: [PATCH] Update account-settings-page.tsx --- web/src/features/accounts/account-settings-page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/features/accounts/account-settings-page.tsx b/web/src/features/accounts/account-settings-page.tsx index 1b93179..ea9dd78 100644 --- a/web/src/features/accounts/account-settings-page.tsx +++ b/web/src/features/accounts/account-settings-page.tsx @@ -44,7 +44,6 @@ const emptyImap = { port: 0, encryption: "None" as const, auth: { auth_type: "Password" as const, password: undefined }, - use_proxy: null, }; function mapAccountToFormValues(account: AccountModel): AccountFormValues {