diff --git a/flopay/index.html b/flopay/index.html index 6447f98..d2c3276 100644 --- a/flopay/index.html +++ b/flopay/index.html @@ -2157,8 +2157,7 @@ try { upiID = floDapps.user.decrypt(upi_id); } catch (error) { - console.error("UPI ID is not encrypted with a proper key", error); - return notify("UPI ID is not encrypted with a proper key", 'error'); + upiID = "your UPI ID"; } } else upiID = upi_id; @@ -4484,4 +4483,4 @@ - \ No newline at end of file +