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

View File

@ -133,7 +133,7 @@ class _LoginState extends State<Login> {
OTPverifaction(phoneNumber: phoneController.text),
),
);
} else if (state is AuthError) {
} else if (state is AuthError) {
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
duration: Duration(seconds: 2),