productdetails
This commit is contained in:
@@ -92,7 +92,7 @@ class _LoginScreenState extends State<LoginScreen> {
|
||||
await pageNotifier.sendOtp(phoneController.text, context);
|
||||
|
||||
if (success) {
|
||||
context.push(MyRoutes.OTPSCREEN);
|
||||
context.push(MyRoutes.LOGINOTPSCREEN);
|
||||
} else {
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
|
||||
Reference in New Issue
Block a user