aboutsummaryrefslogtreecommitdiff
path: root/lib/screens/dashboard_screen.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/screens/dashboard_screen.dart')
-rw-r--r--lib/screens/dashboard_screen.dart5
1 files changed, 0 insertions, 5 deletions
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<DashboardScreen> {
}
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');