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.
This commit is contained in:
17
ios/link-assets-manifest.json
Normal file
17
ios/link-assets-manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user