diff --git a/frontend/src/pages/SetupPage.tsx b/frontend/src/pages/SetupPage.tsx index 4e7f8acd..6b4101a4 100644 --- a/frontend/src/pages/SetupPage.tsx +++ b/frontend/src/pages/SetupPage.tsx @@ -8,6 +8,7 @@ import { useTranslation } from 'react-i18next'; import { Button, Input, Card, Loading } from '../components/common'; import { useAdminAuth } from '../contexts'; import { setupService } from '../services/setup.service'; +import { resolveLoginLogoClasses } from '../utils/loginLogoSize'; import type { AdminUser } from '../types'; // Where the first-run setup is documented, for the case where the server logs @@ -170,10 +171,16 @@ export const SetupPage: React.FC = () => {
-
+ {step === 'token' ? t('setup.tokenStepSubtitle') : t('setup.accountStepSubtitle')}