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