aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-07-13 11:54:41 -0500
committerEv Bogue <ev@evbogue.com>2019-07-13 11:54:41 -0500
commitad394bdbe7dbff6dc386ec1699454806f97d2f87 (patch)
tree2e51eed58c62f1c1e7a0caeeecca0cdcc37953ba
parent1b3dcc37ea352e4c62d6b13dd744eb1161461026 (diff)
wait a little longer
-rw-r--r--app.js4
1 files 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) {