feat: Update README, update login form field

This commit is contained in:
Anton Stubenbord
2023-06-16 19:54:54 +02:00
parent 656cbcab80
commit cfb301c8f6
5 changed files with 71 additions and 28 deletions

View File

@@ -126,6 +126,7 @@ class _LoginPageState extends State<LoginPage> {
}
Future<void> _login() async {
FocusScope.of(context).unfocus();
if (_formKey.currentState?.saveAndValidate() ?? false) {
final form = _formKey.currentState!.value;