adding delete url
This commit is contained in:
@@ -97,6 +97,13 @@ class _MoreScreenState extends State<MoreScreen> {
|
||||
subtitle: 'Get in touch with our team',
|
||||
onTap: () => context.push('/contact'),
|
||||
),
|
||||
_NavOptionTile(
|
||||
icon: Icons.delete_forever_outlined,
|
||||
title: 'Request Account Deletion',
|
||||
subtitle: 'Permanently delete your account and data',
|
||||
onTap: () => context.push('/delete-account'),
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
_NavOptionTile(
|
||||
icon: Icons.logout,
|
||||
title: 'Logout',
|
||||
|
||||
Reference in New Issue
Block a user