feat : merge for production movement
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user