Login...
This commit is contained in:
parent
2909339f8b
commit
2a1859aaaf
|
|
@ -64,6 +64,8 @@ class _LoginState extends State<LoginView> {
|
|||
_passwordController.text = Config.TEST_PASSWORD;
|
||||
_firstNameController.text = 'TEST';
|
||||
_lastNameController.text = 'TEST';
|
||||
_privacyChecked = true;
|
||||
_termsChecked = true;
|
||||
}
|
||||
|
||||
if (cleanApiUrl(state.url).isNotEmpty) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue