mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -08: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;
|
||||
passwordController.text = "";
|
||||
focusNode.requestFocus();
|
||||
setState(() {});
|
||||
},
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue