mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 02:35:59 -07:00
fix: Button not enabling when pressing a new user
This commit is contained in:
parent
a8620dc93f
commit
ef20087195
1 changed files with 1 additions and 0 deletions
|
|
@ -344,6 +344,7 @@ class _LoginPageState extends ConsumerState<LoginScreen> {
|
||||||
usernameController.text = value.name;
|
usernameController.text = value.name;
|
||||||
passwordController.text = "";
|
passwordController.text = "";
|
||||||
focusNode.requestFocus();
|
focusNode.requestFocus();
|
||||||
|
setState(() {});
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue