feat:login page connected with backend
This commit is contained in:
@@ -32,11 +32,6 @@ class DioClient {
|
||||
responseBody: true,
|
||||
error: true,
|
||||
request: true,
|
||||
logPrint: (object) {
|
||||
if (kDebugMode) {
|
||||
log('Error ${object.toString()}');
|
||||
}
|
||||
},
|
||||
),
|
||||
);
|
||||
return dio;
|
||||
|
||||
Reference in New Issue
Block a user