modif my account
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user