Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
kelvinsuen
/
LIONER-frontend
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
no message
master
vluk@2fi-solutions.com.hk
il y a 13 heures
Parent
33246e03bc
révision
f3c19c1cef
2 fichiers modifiés
avec
3 ajouts
et
11 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+2
-10
src/menu-items/misc.js
+1
-1
src/pages/profile/profile.js
+ 2
- 10
src/menu-items/misc.js
Voir le fichier
@@ -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
Voir le fichier
@@ -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 }}>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer