fix: fixed mxid input method, removed code redundancy
This commit is contained in:
parent
fc49b7dfd7
commit
5b2e945d69
2 changed files with 0 additions and 7 deletions
|
|
@ -131,7 +131,6 @@ class _LoginState extends State<Login> {
|
|||
readOnly: loading,
|
||||
autocorrect: false,
|
||||
autofocus: true,
|
||||
keyboardType: TextInputType.emailAddress,
|
||||
onChanged: (t) => _checkWellKnownWithCoolDown(t, context),
|
||||
controller: usernameController,
|
||||
decoration: InputDecoration(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue