forked from Qortal/qortal-ui
error msg
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user