auto fill

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-15 18:16:26 +08:00
parent 070ecad54b
commit e54a0f127f
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class _WebDavSettingPageState extends State<WebDavSettingPage> {
const SizedBox(height: 20),
TextField(
controller: _passwordCtr,
autofillHints: [AutofillHints.password],
autofillHints: const [AutofillHints.password],
decoration: const InputDecoration(
labelText: '密码',
border: OutlineInputBorder(),