modif my account

This commit is contained in:
2025-03-10 20:00:31 +01:00
parent 471d6c5eef
commit b6f169e5f7
5 changed files with 7 additions and 7 deletions

View File

@ -137,11 +137,10 @@ class _MyAccountPageState extends State<MyAccountPage> {
Widget build(BuildContext context) {
final userProvider = Provider.of<UserProvider>(
context,
); // Get UserProvider instance
);
return Scaffold(
appBar:
AppBar(title: const Text('Mon Compte')), // More user-friendly title
appBar: AppBar(title: const Text('Mon Compte')),
drawer: MainDrawer(
currentPage: '/my_account',
userProvider: userProvider,