chore: disable browser autocomplete

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

View File

@@ -48,7 +48,7 @@ export const ControllerViewer = forwardRef<DialogRef>((props, ref) => {
<ListItem sx={{ padding: "5px 2px" }}>
<ListItemText primary={t("External Controller")} />
<TextField
autoComplete="off"
autoComplete="new-password"
size="small"
sx={{ width: 175 }}
value={controller}
@@ -60,7 +60,7 @@ export const ControllerViewer = forwardRef<DialogRef>((props, ref) => {
<ListItem sx={{ padding: "5px 2px" }}>
<ListItemText primary={t("Core Secret")} />
<TextField
autoComplete="off"
autoComplete="new-password"
size="small"
sx={{ width: 175 }}
value={secret}