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