From ad394bdbe7dbff6dc386ec1699454806f97d2f87 Mon Sep 17 00:00:00 2001 From: Ev Bogue Date: Sat, 13 Jul 2019 11:54:41 -0500 Subject: wait a little longer --- app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 904f4a2..f9c9c6b 100644 --- a/app.js +++ b/app.js @@ -40,7 +40,7 @@ function route (keys) { publish(content, keys) setTimeout(function () { location.reload() - }, 10000) + }, 1000) } }, ['Identify']) ])) @@ -49,7 +49,7 @@ function route (keys) { mess.appendChild(h('span', {innerHTML: marked("Next, make sure to save your public/private keypair on the [key](/#key) page, so that you can continue to use the same identity. No one but you can access your private key, so only you can restore your ability to publish to this identity. If you lose your key, you lose your ability to publish to this identity forever.")})) mess.appendChild(h('span', {innerHTML: marked("Finally, be sure to check out the code on [SourceHut](http://git.sr.ht/~ev/bogbook)")})) - }, 1000) + }, 2000) bog(keys.publicKey).then(log => { if (log) { -- cgit v1.2.3-70-g09d2