OTP added to daily limit

This commit is contained in:
2025-12-05 12:37:38 +05:30
parent 4a8c69bb1e
commit 974f42bf95
6 changed files with 186 additions and 22 deletions

View File

@@ -273,7 +273,8 @@ class _ProfileScreenState extends State<ProfileScreen> {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => const DailyLimitScreen(),
builder: (context) =>
DailyLimitScreen(mobileNumber: "918981274001"),
),
);
},