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

@@ -15,6 +15,6 @@ class ErrorModel extends ErrorEntity {
return ErrorModel(detail: data['detail']);
}
}
return ErrorModel(detail: data['message']);
return ErrorModel(detail: data['error']);
}
}