Compare commits

..

2 Commits

Author SHA1 Message Date
rustmailer
022813a17c Update account-settings-page.tsx 2026-07-28 23:37:06 +08:00
rustmailer
281a256582 Update release.yml 2026-07-28 23:32:06 +08:00
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-*'
env:
BINARY_NAME: bichon-server
BINARY_CLI: bichon-cli

View File

@@ -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 {