structure for api calls

integrated log in api calls
integrated api calls for checking email exist, sending otp, validating otp, validating username.
This commit is contained in:
2024-05-07 21:02:31 +05:30
parent 65c6f4fff1
commit 7e1062f94e
20 changed files with 696 additions and 63 deletions

View File

@@ -69,4 +69,6 @@
<string name="back_btn" translatable="false">back_btn</string>
<string name="enter_your_password">Enter your password</string>
<string name="please_wait">Please wait...</string>
<string name="alphanumeric" translatable="false">ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890</string>
<string name="resend_otp">Resend OTP?</string>
</resources>