This commit is contained in:
Felipe
2023-11-01 15:33:55 -05:00
parent 70bdfd28ec
commit 1751acd02f
2 changed files with 88 additions and 9 deletions
+2
View File
@@ -377,6 +377,8 @@ class DrawerMenu extends StatelessWidget {
ElevatedButton(
onPressed: () {
AuthenticationRepository.instance.logout(uid!);
userProvider.initUserProvider();
},
style: ElevatedButton.styleFrom(
backgroundColor: Colors.red,