fix: Button not enabling when pressing a new user

This commit is contained in:
PartyDonut 2025-08-15 13:27:34 +02:00
parent a8620dc93f
commit ef20087195

View file

@ -344,6 +344,7 @@ class _LoginPageState extends ConsumerState<LoginScreen> {
usernameController.text = value.name;
passwordController.text = "";
focusNode.requestFocus();
setState(() {});
},
),
),