From 1a94acba766236d770ac5c8a88a3a439ddfab969 Mon Sep 17 00:00:00 2001 From: Arzumify Date: Sat, 20 Jul 2024 17:50:52 +0100 Subject: [PATCH] Made it clear the PoW challenge can take a long time and nothing is broken --- static/js/signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/signup.js b/static/js/signup.js index 71610fb..868c5da 100644 --- a/static/js/signup.js +++ b/static/js/signup.js @@ -89,7 +89,7 @@ signupButton.addEventListener("click", () => { } showElements(false) - statusBox.innerText = "Beginning proof-of-work challenge..." + statusBox.innerText = "Computing PoW Challenge... (this may take up to 5 minutes at worst, 3 seconds at best)" /* * Compiled version of: