Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
kelvinsuen
/
LIONER-frontend
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
no message
master
vluk@2fi-solutions.com.hk
16 ore fa
parent
33246e03bc
commit
f3c19c1cef
2 ha cambiato i file
con
3 aggiunte
e
11 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-10
src/menu-items/misc.js
+1
-1
src/pages/profile/profile.js
+ 2
- 10
src/menu-items/misc.js
Vedi File
@@ -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
Vedi File
@@ -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 }}>
Scrivi
Anteprima
Caricamento…
Annulla
Salva