6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 865d285b

AuthorNKL<nikolaj.king@gmail.com>
Date2024-11-06 17:25:12 +0100
Update app_router.dart

Changed files

comwell_key_app/lib/routing/app_router.dart | 5 -----
 1 file changed, 5 deletions(-)

Diff

diff --git a/comwell_key_app/lib/routing/app_router.dart b/comwell_key_app/lib/routing/app_router.dart
index ce1f8512..e1709d17 100644
--- a/comwell_key_app/lib/routing/app_router.dart
+++ b/comwell_key_app/lib/routing/app_router.dart
@@ -51,11 +51,6 @@ GoRouter goRouter(AuthenticationBloc authBloc) {
name: AppRoutes.profileSettings.name,
builder: (context, state) => const ProfileSettingsPage(),
),
- GoRoute(
- path: "/",
- name: AppRoutes.welcome.name,
- builder: (context, state) => WelcomePage(),
- ),
GoRoute(
path: "/oauthredirect",
name: AppRoutes.overview.name,