mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-22 17:18:41 +00:00
@@ -208,6 +208,7 @@ class _LoginPageState extends State<LoginPage> {
|
||||
keyboardType: TextInputType.visiblePassword,
|
||||
inputFormatters: [FilteringTextInputFormatter.deny(RegExp(r"\s"))],
|
||||
controller: _loginPageCtr.passwordTextController,
|
||||
autofillHints: [AutofillHints.password],
|
||||
decoration: InputDecoration(
|
||||
prefixIcon: const Icon(Icons.password),
|
||||
border: const UnderlineInputBorder(),
|
||||
|
||||
@@ -64,6 +64,7 @@ class _WebDavSettingPageState extends State<WebDavSettingPage> {
|
||||
const SizedBox(height: 20),
|
||||
TextField(
|
||||
controller: _passwordCtr,
|
||||
autofillHints: [AutofillHints.password],
|
||||
decoration: const InputDecoration(
|
||||
labelText: '密码',
|
||||
border: OutlineInputBorder(),
|
||||
|
||||
Reference in New Issue
Block a user