test
This commit is contained in:
parent
a8a42c839c
commit
288637f4d5
|
|
@ -127,7 +127,7 @@ class _LoginState extends State<Login> {
|
|||
listener: (context, state) {
|
||||
if (state is AuthSuccess) {
|
||||
Navigator.push(
|
||||
context,
|
||||
context,
|
||||
MaterialPageRoute(
|
||||
builder: (context) =>
|
||||
OTPverifaction(phoneNumber: phoneController.text),
|
||||
|
|
|
|||
Loading…
Reference in New Issue