From 9db264c0d1b1735e3516801630bb3c25d970f479 Mon Sep 17 00:00:00 2001 From: Emre KARTAL Date: Wed, 29 Nov 2023 16:07:54 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/justMUSIC/?= =?UTF-8?q?lib/screens/forget=5Fpassword=5Fscreen.dart'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/justMUSIC/lib/screens/forget_password_screen.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/justMUSIC/lib/screens/forget_password_screen.dart b/Sources/justMUSIC/lib/screens/forget_password_screen.dart index 9863270..49fbd36 100644 --- a/Sources/justMUSIC/lib/screens/forget_password_screen.dart +++ b/Sources/justMUSIC/lib/screens/forget_password_screen.dart @@ -52,9 +52,9 @@ class _ForgetPasswordScreenState extends State { setState(() => canResendEmail = true); } on FirebaseAuthException catch (e) { if (e.code == "invalid-email") { - error = "Mail incorrect"; - } else if (e.code == "user-not-found") { error = "Format de mail incorrect"; + } else if (e.code == "user-not-found") { + error = "Mail incorrect"; } else if (e.code == "too-many-requests") { error = "Trop de tentatives. Veuillez réessayer plus tard";