login impl

This commit is contained in:
efrilm
2025-09-18 08:17:24 +07:00
parent 1ca1a45126
commit cee78e179b
6 changed files with 96 additions and 26 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ class ApiPath {
static String register = '/api/v1/customer-auth/register/start';
static String verify = '/api/v1/customer-auth/register/verify-otp';
static String setPassword = '/api/v1/customer-auth/register/set-password';
static String login = '/api/v1/customer-auth/register/login';
static String login = '/api/v1/customer-auth/login';
static String resend = '/api/v1/customer-auth/register/resend-otp';
}