Пожалуйста, включите JavaScript.
Главная
Обзор
Помощь
Вход
kelvinsuen
/
LIONER-frontend
Следить
1
В избранное
0
Форкнуть
0
Код
Задачи
0
Pull Request'ы
0
Релизы
0
Вики
Активность
Просмотр исходного кода
no message
master
vluk@2fi-solutions.com.hk
1 день назад
Родитель
33246e03bc
Сommit
f3c19c1cef
2 измененных файлов
:
3 добавлений
и
11 удалений
Разделённый вид
Опции Diff
Показать статистику
Скачать Patch файл
Скачать Diff файл
+2
-10
src/menu-items/misc.js
+1
-1
src/pages/profile/profile.js
+ 2
- 10
src/menu-items/misc.js
Просмотреть файл
@@ -12,24 +12,16 @@ const icons = {
const misc = {
id: 'misc',
title: '
Miscellaneous
',
title: '
Security
',
type: 'group',
children: [
{
id: 'profile',
title: '
Profile &
2FA',
title: '2FA',
type: 'item',
url: '/profile',
icon: icons.ProfileOutlined,
breadcrumbs: false
},
{
id: 'logout',
title: 'Logout',
type: 'item',
url: '/logout',
icon: icons.LoginOutlined,
breadcrumbs: false
}
]
};
+ 1
- 1
src/pages/profile/profile.js
Просмотреть файл
@@ -109,7 +109,7 @@ const Profile = () => {
return (
<Box sx={{ maxWidth: 800, mx: 'auto', mt: 4, p: 2 }}>
<Typography variant="h4" gutterBottom>
Profile & Security
2FA
</Typography>
<Card sx={{ mt: 3 }}>
Редактирование
Предпросмотр
Загрузка…
Отмена
Сохранить