flagged bugs fix
This commit is contained in:
@@ -7,10 +7,6 @@ class ApiConstants {
|
||||
static const String verifyPin = '$baseUrl/customer/verify-pin';
|
||||
static const String resetPin = '$baseUrl/customer/reset-pin';
|
||||
static const String logout = '$baseUrl/customer/logout';
|
||||
|
||||
// ---- Email OTP (Replace Firebase) ----
|
||||
static const String sendEmailOtp = '$baseUrl/customer/send-email-otp';
|
||||
static const String verifyEmailOtp = '$baseUrl/customer/verify-email-otp';
|
||||
|
||||
// ---- Profile ----
|
||||
static const String profile = '$baseUrl/customer/profile';
|
||||
|
||||
Reference in New Issue
Block a user