Change TPIN #1

This commit is contained in:
2025-11-08 11:23:38 +05:30
parent 151140d563
commit 3417c4b0e5
4 changed files with 8 additions and 8 deletions

View File

@@ -189,12 +189,12 @@ class _ProfileScreenState extends State<ProfileScreen> {
);
},
),
// ListTile(
// leading: const Icon(Icons.password),
// title: const Text("Manage TPIN"),
// onTap: () async {
// },
// ),
ListTile(
leading: const Icon(Icons.password),
title: const Text("Change TPIN"),
onTap: () async {
},
),
// ListTile(
// leading: const Icon(Icons.password),
// title: const Text("Change Login MPIN"),