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

@@ -256,7 +256,7 @@ export const ProxiesEditorViewer = (props: Props) => {
>
<Item>
<TextField
autoComplete="off"
autoComplete="new-password"
placeholder={t("Use newlines for multiple uri")}
fullWidth
rows={9}