Files
demoapp/android/link-assets-manifest.json
Mansi 801725edf3 feat: Add user registration component and authentication services
- Implemented Register component for user sign-up with form validation and network status handling.
- Created authAPI service for handling user login and registration with online/offline support.
- Developed localStorage service for managing user data and sessions offline.
- Introduced networkService for detecting online/offline status and managing connectivity.
- Defined authentication types for requests and responses.
- Added TypeScript configuration for the project.
2025-12-11 23:33:43 +05:30

18 lines
391 B
JSON

{
"migIndex": 1,
"data": [
{
"path": "assets/fonts/Gilroy-Bold.ttf",
"sha1": "7fe4d8cf5325dd47363d0f80fefb40ac7df5d5a6"
},
{
"path": "assets/fonts/Gilroy-Regular.ttf",
"sha1": "a737c19356e50cb9a50eb64ca7446c80dd3aa3e3"
},
{
"path": "assets/fonts/Gilroy-SemiBold.ttf",
"sha1": "8663a356eb9bc23b77696208f74376daf59687ea"
}
]
}