aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-02-24 03:18:49 +0800
committerDan Finlay <dan@danfinlay.com>2017-02-24 03:18:49 +0800
commit7ec25526b70473247a69ab4a3a1302e50b06f12b (patch)
tree34902786924b1ca9440caec0b6c5f4c255d594dd /ui/app/components
parent564f920ae0a1be1aa08905f1b4cf6d081e9a5a0b (diff)
downloadtangerine-wallet-browser-7ec25526b70473247a69ab4a3a1302e50b06f12b.tar.gz
tangerine-wallet-browser-7ec25526b70473247a69ab4a3a1302e50b06f12b.tar.zst
tangerine-wallet-browser-7ec25526b70473247a69ab4a3a1302e50b06f12b.zip
Add alternate UI for pending personal_sign messages
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/pending-personal-msg.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/ui/app/components/pending-personal-msg.js b/ui/app/components/pending-personal-msg.js
index b2cac164a..f4bde91dc 100644
--- a/ui/app/components/pending-personal-msg.js
+++ b/ui/app/components/pending-personal-msg.js
@@ -28,15 +28,6 @@ PendingMsg.prototype.render = function () {
},
}, 'Sign Message'),
- h('.error', {
- style: {
- margin: '10px',
- },
- }, `Signing this message can have
- dangerous side effects. Only sign messages from
- sites you fully trust with your entire account.
- This will be fixed in a future version.`),
-
// message details
h(PendingTxDetails, state),