From a95b64d5ebc56be6e5a975c2e93147b99c3a0188 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 2 Sep 2020 08:52:18 +0530 Subject: [PATCH] Private Key prompt --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3b6e15e..bd256fa 100644 --- a/index.html +++ b/index.html @@ -10030,7 +10030,6 @@ } } - updateVotes(articles_votesmapping, map_articlekey_column) }) @@ -10061,6 +10060,7 @@ document.getElementById("continue-login-button").addEventListener("click", function () { let userprivatekey = document.getElementById('gen-privateKey').value.trim() + alert('Please save your Private Key! We do not store it and it cannot be recovered') document.getElementById('login-popup').hide() resolve(userprivatekey) });