Skip to content
Snippets Groups Projects

Verify OTP screen- FE -ECAP1-24

7 files
+ 45
54
Compare changes
  • Side-by-side
  • Inline

Files

@@ -5,8 +5,9 @@ const String name = "name";
@@ -5,8 +5,9 @@ const String name = "name";
///Verify otp texts
///Verify otp texts
const String otpTitle = "otpTitle";
const String otpTitle = "otpTitle";
const String otpSubTitle = "otpSubTitle";
const String otpSubTitle = "otpSubTitle";
const String enterOtp = "enterOtp";
const String enterOTP = "enterOTP";
const String resendOtp = "resendOtp";
const String resendOTPIn = "resendOTPIn";
 
const String resendOTP = "resendOTP";
const String verify = "verify";
const String verify = "verify";
const String back = "back";
const String back = "back";
const String verifySuccessTitle = "verifySuccessTitle";
const String verifySuccessTitle = "verifySuccessTitle";
Loading