login on 'Enter' (#6819)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-01-06 21:51:05 +08:00
committed by GitHub
parent 2b4a72897e
commit 19d43b3f62

View File

@@ -599,6 +599,7 @@ Future<bool?> loginDialog() async {
], ],
), ),
onCancel: onDialogCancel, onCancel: onDialogCancel,
onSubmit: onLogin,
); );
}); });