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