feat: add security section in setting and make it responsive

This commit is contained in:
2025-07-27 18:33:43 +03:30
parent 03d18af0e4
commit b96855fa28
5 changed files with 355 additions and 89 deletions

View File

@@ -9,7 +9,6 @@ import {
import './App.css';
import { useTranslation } from 'react-i18next';
import { LanguageManager } from './components/LanguageManager';
import { UserSecurity } from './features/profile/components/UserSecurity';
function App() {
const { t } = useTranslation();
@@ -18,7 +17,6 @@ function App() {
<>
<CssBaseline />
<LanguageManager />
<UserSecurity />
<div style={{ padding: '16px' }}>
<Typography variant="h3">{t('helloWorld')}</Typography>
<Box