Help debug

This commit is contained in:
Thomas Fransolet 2021-11-19 18:59:49 +01:00
parent a69d1aa03f
commit f9405eb842

View File

@ -32,8 +32,10 @@ class _LoginScreenState extends State<LoginScreen> {
void authenticateTRY(dynamic appContext) async {
print("try auth.. ");
print(this.email);
print(this.password);
this.host = "http://localhost:5000";
this.email = "fs";
this.password = "fs";
clientAPI = Client(this.host);