feat:login page connected with backend

This commit is contained in:
jahongireshonqulov
2025-10-28 20:08:53 +05:00
parent b23808c731
commit d3ad5b8ddd
12 changed files with 216 additions and 22 deletions

View File

@@ -32,11 +32,6 @@ class DioClient {
responseBody: true,
error: true,
request: true,
logPrint: (object) {
if (kDebugMode) {
log('Error ${object.toString()}');
}
},
),
);
return dio;