From 4874a3073450c0dfcb1c443342bcae78728a471b Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Sat, 27 May 2023 17:19:44 -0600 Subject: Se implementa verificación de cuentas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/screens/dashboard_screen.dart | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/screens/dashboard_screen.dart') diff --git a/lib/screens/dashboard_screen.dart b/lib/screens/dashboard_screen.dart index be3aca0..72bbab7 100644 --- a/lib/screens/dashboard_screen.dart +++ b/lib/screens/dashboard_screen.dart @@ -109,11 +109,6 @@ class _DashboardScreenState extends State { } void signOut(BuildContext context) { - /*_auth.signOut().then((success) { - if (success) { - Navigator.of(context).popUntil(ModalRoute.withName('/login')); - } - });*/ _auth.signOut().then((success) { if (success) { Navigator.of(context).pushReplacementNamed('/login'); -- cgit v1.2.3