update
This commit is contained in:
@@ -377,6 +377,8 @@ class DrawerMenu extends StatelessWidget {
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
AuthenticationRepository.instance.logout(uid!);
|
||||
|
||||
userProvider.initUserProvider();
|
||||
},
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: Colors.red,
|
||||
|
||||
Reference in New Issue
Block a user