Skip to content
Snippets Groups Projects

Verify OTP screen- FE -ECAP1-24

4 files
+ 39
4
Compare changes
  • Side-by-side
  • Inline

Files

const String message = "message";
const String name = "name";
\ No newline at end of file
const String name = "name";
///Verify otp texts
const String otpTitle = "otpTitle";
const String otpSubTitle = "otpSubTitle";
const String enterOtp = "enterOtp";
const String resendOtp = "resendOtp";
const String verify = "verify";
const String back = "back";
const String verifySuccessTitle = "verifySuccessTitle";
const String verifySuccessSubTitle = "verifySuccessSubTitle";
const String seconds = "seconds";
\ No newline at end of file
Loading