feat: add messaging toggles, password reset SMS, and payment discounts
Allow SuperAdmin to disable SMS, email, and bot from dashboard settings on top of env flags. Add admin password reset with credentials SMS, plus payment discounts, notes, and payable amount handling.
This commit is contained in:
@@ -124,6 +124,11 @@
|
||||
"en": "Password must be at least 6 characters.",
|
||||
"fa": "رمز عبور باید حداقل ۶ نویسه باشد."
|
||||
},
|
||||
"PHONE_NUMBER_REQUIRED": {
|
||||
"statusCode": 400,
|
||||
"en": "A phone number is required to send login credentials by SMS.",
|
||||
"fa": "برای ارسال اطلاعات ورود با پیامک، شماره همراه الزامی است."
|
||||
},
|
||||
"TOKEN_EXPIRED": {
|
||||
"statusCode": 401,
|
||||
"en": "Token has expired. Please login again.",
|
||||
|
||||
Reference in New Issue
Block a user