Update account-settings-page.tsx

This commit is contained in:
rustmailer
2026-07-28 23:37:06 +08:00
parent 281a256582
commit 022813a17c
@@ -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 {