diff --git a/lib/pages/home.dart b/lib/pages/home.dart index e37c07e..91da1d7 100644 --- a/lib/pages/home.dart +++ b/lib/pages/home.dart @@ -89,8 +89,9 @@ class HomePageState extends State with AfterLayoutMixin { drawer: new Drawer( child: new Column(children: [ new UserAccountsDrawerHeader( - accountEmail: - currentUser?.email == null ? null : Text(currentUser.email), + // Removed until we find a way to disable the user email only for some occasions and not everywhere + //accountEmail: + // currentUser?.email == null ? null : Text(currentUser.email), accountName: currentUser?.username == null ? null : Text(currentUser.username), onDetailsPressed: () {