1
0
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-06-19 14:21:21 +00:00

error msg

This commit is contained in:
Phillip 2023-02-18 16:22:26 +02:00
parent a0d2323305
commit 43169de98b

@ -286,6 +286,7 @@ class WebBrowser extends LitElement {
console.log('User accepted:', result.userData);
} else if (result.action === 'reject') {
console.log('User rejected');
response = "{\"error\": \"User declined request\"}"
}
// Params: data.service, data.name, data.identifier, data.data64,
// TODO: prompt user for publish. If they confirm, call `POST /arbitrary/{service}/{name}/{identifier}/base64` and sign+process transaction