- Added send OTP api

- Added verify  OTP api
- Modified the flow
- Made a authfunc to handle the type of user and the language selected
- Added OTP fields combine logic. Also handled the otp blank checks.
- Added API for intrestes get
This commit is contained in:
2024-05-07 19:33:29 +05:30
parent 95ae60c464
commit 3c69db0032
33 changed files with 911 additions and 162 deletions

View File

@@ -11,7 +11,9 @@ target 'WOKA' do
pod 'lottie-ios'
#Network call
pod 'Alamofire' , '~> 5.9.6'
pod 'Alamofire'
pod 'CollectionViewCenteredFlowLayout'
# Bottom line is for removing IPHONEOS_DEPLOYMENT_TARGET
post_install do |installer|