From 4d0877e5aeab79f16a100e8cbdab5a8489c4af14 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Mon, 28 Oct 2019 16:36:20 +0000 Subject: [PATCH] Remove Profile link --- lib/pages/main.page.dart | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/pages/main.page.dart b/lib/pages/main.page.dart index 034bbe2..3ecb647 100644 --- a/lib/pages/main.page.dart +++ b/lib/pages/main.page.dart @@ -369,11 +369,6 @@ class _MainPageState extends ReceiveShareState with WidgetsBindingObse UserAccountsDrawerHeader( accountName: Text(HomeAssistant().userName), accountEmail: Text(ConnectionManager().displayHostname ?? "Not configured"), - onDetailsPressed: () { - Launcher.launchURLInCustomTab( - url: "${ConnectionManager().httpWebHost}/profile?external_auth=1" - ); - }, currentAccountPicture: CircleAvatar( child: Text( HomeAssistant().userAvatarText,