adding delete url

This commit is contained in:
2026-06-26 14:13:01 +02:00
parent eb774b72f6
commit 17db608dbc

View File

@@ -306,7 +306,7 @@ class DeleteAccountScreen extends StatelessWidget {
queryParameters: { queryParameters: {
'subject': 'Account Deletion Request', 'subject': 'Account Deletion Request',
'body': 'body':
'Please delete my QPay account. My registered phone ' 'Please delete my Velocity account. My registered phone '
'number is: [enter your phone number]', 'number is: [enter your phone number]',
}, },
), ),
@@ -503,7 +503,7 @@ class DeleteAccountScreen extends StatelessWidget {
), ),
const SizedBox(width: 8), const SizedBox(width: 8),
Text( Text(
'support@qpay.co.zw', 'support@velocityafrica.net',
style: TextStyle( style: TextStyle(
fontSize: 14, fontSize: 14,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,