chore: disable browser autocomplete

This commit is contained in:
MystiPanda
2024-07-07 11:16:59 +08:00
parent 7e2cc180c3
commit ff75fe47ee
14 changed files with 35 additions and 35 deletions

View File

@@ -125,7 +125,7 @@ const SettingClash = ({ onError }: Props) => {
}
>
<TextField
autoComplete="off"
autoComplete="new-password"
disabled={enable_random_port}
size="small"
value={verge_mixed_port ?? 7897}