diff --git a/frontend/src/pages/unauthorized-page.tsx b/frontend/src/pages/unauthorized-page.tsx index 25625f1..e0bd6ca 100644 --- a/frontend/src/pages/unauthorized-page.tsx +++ b/frontend/src/pages/unauthorized-page.tsx @@ -20,7 +20,7 @@ export const UnauthorizedPage = () => { const ip = searchParams.get("ip"); if (!username && !ip) { - return ; + return ; } const { t } = useTranslation();