OTP added to daily limit #2

This commit is contained in:
2025-12-05 15:59:59 +05:30
parent 974f42bf95
commit aef82237ac
9 changed files with 21 additions and 13 deletions

View File

@@ -46,8 +46,9 @@ class _ChangeLimitOTPScreenState extends State<ChangeLimitOTPScreen> {
);
ScaffoldMessenger.of(context).showSnackBar(
SnackBar(
content: Text(AppLocalizations.of(context).setLimit)),
const SnackBar(
content: Text("Limit has been Changed"),
)
);
// Navigate back to profile or login