이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
kelvinsuen
/
LIONER-frontend
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
no message
master
vluk@2fi-solutions.com.hk
10 시간 전
부모
33246e03bc
커밋
f3c19c1cef
2개의 변경된 파일
과
3개의 추가작업
그리고
11개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 }}>
쓰기
미리보기
불러오는 중...
취소
저장