From 72b0b913bbc3d6731da74a2ef3c8b908a48a56b1 Mon Sep 17 00:00:00 2001 From: Nicola Benaglia Date: Thu, 29 May 2025 09:21:33 +0200 Subject: [PATCH] Remove theme and language selectors --- src/components/NotAuthenticated.tsx | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/components/NotAuthenticated.tsx b/src/components/NotAuthenticated.tsx index 798be21..47065f8 100644 --- a/src/components/NotAuthenticated.tsx +++ b/src/components/NotAuthenticated.tsx @@ -29,9 +29,7 @@ import HelpIcon from '@mui/icons-material/Help'; import { CustomizedSnackbars } from './Snackbar/Snackbar'; import { cleanUrl, gateways } from '../background/background.ts'; import Tooltip, { TooltipProps, tooltipClasses } from '@mui/material/Tooltip'; -import ThemeSelector from './Theme/ThemeSelector'; import { useTranslation } from 'react-i18next'; -import LanguageSelector from './Language/LanguageSelector'; import { QORTAL_APP_CONTEXT } from '../App'; export const manifestData = { @@ -482,7 +480,8 @@ export const NotAuthenticated = ({ return ( <> -
-
+ @@ -513,6 +512,7 @@ export const NotAuthenticated = ({ + + + {t('auth:advanced_users', { postProcess: 'capitalizeFirstChar' })} + + )} + + + {show && ( + http://127.0.0.1:12391 + {t('auth:apikey.enter', { postProcess: 'capitalizeFirstChar' })} + - - - - ); };