Help debug
This commit is contained in:
parent
a69d1aa03f
commit
f9405eb842
@ -32,8 +32,10 @@ class _LoginScreenState extends State<LoginScreen> {
|
|||||||
|
|
||||||
void authenticateTRY(dynamic appContext) async {
|
void authenticateTRY(dynamic appContext) async {
|
||||||
print("try auth.. ");
|
print("try auth.. ");
|
||||||
print(this.email);
|
|
||||||
print(this.password);
|
this.host = "http://localhost:5000";
|
||||||
|
this.email = "fs";
|
||||||
|
this.password = "fs";
|
||||||
|
|
||||||
clientAPI = Client(this.host);
|
clientAPI = Client(this.host);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user