Skip to content

Commit

Permalink
login on 'Enter' (#6819)
Browse files Browse the repository at this point in the history
Signed-off-by: fufesou <[email protected]>
  • Loading branch information
fufesou authored Jan 6, 2024
1 parent 2b4a728 commit 19d43b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flutter/lib/common/widgets/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ Future<bool?> loginDialog() async {
],
),
onCancel: onDialogCancel,
onSubmit: onLogin,
);
});

Expand Down

0 comments on commit 19d43b3

Please sign in to comment.