feat : merge for production movement

This commit is contained in:
2025-10-17 13:05:47 +05:30
parent 6acb7ade49
commit b93e6db650
8 changed files with 427 additions and 473 deletions

View File

@@ -256,22 +256,6 @@ export default function SendToBeneficiaryOthers() {
return;
}
// if (!otp) {
// notifications.show({
// title: "Enter OTP",
// message: "Please enter the OTP",
// color: "red",
// });
// return;
// }
// if (otp !== generateOtp) {
// notifications.show({
// title: "Invalid OTP",
// message: "The OTP entered does not match",
// color: "red",
// });
// return;
// }
if (showOtpField && !showTxnPassword) {
if (!otp) {
notifications.show({