diff --git a/frontend/src/components/login-page/guest/guest-card.tsx b/frontend/src/components/login-page/guest/guest-card.tsx index 9d9f63552..b98330350 100644 --- a/frontend/src/components/login-page/guest/guest-card.tsx +++ b/frontend/src/components/login-page/guest/guest-card.tsx @@ -21,6 +21,10 @@ export const GuestCard: React.FC = () => { useTranslation() + if (guestAccessLevel === GuestAccessLevel.DENY) { + return null + } + return (