OTP added to daily limit #2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user