Skip to content

Commit 76e14f8

Browse files
committed
fix: Button not enabling when pressing a new user
1 parent 5d43086 commit 76e14f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/screens/login/login_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ class _LoginPageState extends ConsumerState<LoginScreen> {
344344
usernameController.text = value.name;
345345
passwordController.text = "";
346346
focusNode.requestFocus();
347+
setState(() {});
347348
},
348349
),
349350
),

0 commit comments

Comments
 (0)