This commit is contained in:
Hillel Coren 2019-09-12 16:24:07 +03:00
parent 2909339f8b
commit 2a1859aaaf
1 changed files with 2 additions and 0 deletions

View File

@ -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) {