From 184975a77f1af1ea18a2400e04c1992f3008150d Mon Sep 17 00:00:00 2001 From: mohamadmahdi jebeli Date: Sat, 3 May 2025 11:17:19 +0330 Subject: [PATCH] ss --- lib/screens/auth/login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/auth/login.dart b/lib/screens/auth/login.dart index 31c802c..db040cf 100644 --- a/lib/screens/auth/login.dart +++ b/lib/screens/auth/login.dart @@ -133,7 +133,7 @@ class _LoginState extends State { OTPverifaction(phoneNumber: phoneController.text), ), ); - } else if (state is AuthError) { + } else if (state is AuthError) { ScaffoldMessenger.of(context).showSnackBar( SnackBar( duration: Duration(seconds: 2),