Workflow updating files of flopay
This commit is contained in:
parent
bc089c7d6b
commit
6e2692007f
@ -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 @@
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user