This commit is contained in:
mohamadmahdi jebeli 2025-05-03 11:17:10 +03:30
parent a8a42c839c
commit 288637f4d5
1 changed files with 1 additions and 1 deletions

View File

@ -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),