Skip to content

Commit

Permalink
fix dio null bug
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Aug 9, 2024
1 parent 75914df commit b2335f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mq_ci_keys/lib/src/mq_ci_keys_base.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ final class MqKeys {
static const loginNext = 'login-next';
static const loginSelectGender = 'login-select-gender';
static const signInView = 'sign-in-view';
static const sendOtp = 'send-otp';
static const verifyOtpView = 'verify-otp-view';
static const emailTextField = 'email-text-field';
static const otpTextField = 'otp-text-field';

// home
static const home = 'home';
Expand Down

0 comments on commit b2335f9

Please sign in to comment.