Login
This commit is contained in:
parent
1723b8c27b
commit
3f82f28a8e
|
|
@ -1,5 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:invoiceninja_flutter/ui/app/buttons/elevated_button.dart';
|
||||
import 'package:invoiceninja_flutter/ui/app/dialogs/error_dialog.dart';
|
||||
import 'package:invoiceninja_flutter/ui/app/progress_button.dart';
|
||||
import 'package:invoiceninja_flutter/ui/auth/login_vm.dart';
|
||||
import 'package:invoiceninja_flutter/utils/formatting.dart';
|
||||
|
|
@ -65,8 +66,9 @@ class _LoginState extends State<LoginView> {
|
|||
}
|
||||
|
||||
void _submitForm() {
|
||||
|
||||
final bool isValid = _formKey.currentState.validate();
|
||||
|
||||
|
||||
setState(() {
|
||||
_autoValidate = !isValid;
|
||||
});
|
||||
|
|
|
|||
|
|
@ -8508,7 +8508,7 @@ class AppLocalization {
|
|||
_localizedValues[locale.toString()]['please_enter_your_password'];
|
||||
|
||||
String get pleaseEnterYourUrl =>
|
||||
_localizedValues[locale.toString()]['please_enter_your_urll'];
|
||||
_localizedValues[locale.toString()]['please_enter_your_url'];
|
||||
|
||||
String get pleaseEnterAProductKey =>
|
||||
_localizedValues[locale.toString()]['please_enter_a_product_key'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue