diff --git a/index.html b/index.html
index 6447f98..d2c3276 100644
--- a/index.html
+++ b/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 @@