From b899037151297af8356d80e9fe0fb9d4ec2fbf76 Mon Sep 17 00:00:00 2001 From: Abubeker Yasin Date: Fri, 4 Sep 2026 16:25:46 +0300 Subject: [PATCH] fix: ( permissions ) match page guards to their API guards so umbrella keys pass --- apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx | 2 +- .../edr-passenger-web/backoffice/src/app/group-booking/page.tsx | 2 +- .../edr-passenger-web/backoffice/src/app/notifications/page.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx b/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx index 2aeeb421b..19b29550f 100644 --- a/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/boarding/page.tsx @@ -615,7 +615,7 @@ function BoardingPageContent() { export default function BoardingPage() { return ( - + ); diff --git a/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx b/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx index 3f888771b..4dc173a22 100644 --- a/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/group-booking/page.tsx @@ -1467,7 +1467,7 @@ function GroupBookingPageContent() { export default function GroupBookingPage() { return ( - + ); diff --git a/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx b/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx index 3f19a52fc..26909d607 100644 --- a/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx +++ b/apps/edr-passenger-web/backoffice/src/app/notifications/page.tsx @@ -318,7 +318,7 @@ function NotificationsPageContent() { export default function NotificationsPage() { return ( - + );