Change TPIn #3

This commit is contained in:
2025-11-08 16:56:54 +05:30
parent 87fd36b748
commit c26cc507a1
4 changed files with 178 additions and 25 deletions

View File

@@ -237,7 +237,7 @@ class _ProfileScreenState extends State<ProfileScreen> {
// Case 2: TPIN is set
Navigator.of(context).push(
MaterialPageRoute(
builder: (context) => const ChangeTpinScreen(),
builder: (context) => ChangeTpinScreen(mobileNumber: widget.mobileNumber),
),
);
}