mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-14 20:48:44 +00:00
fix(challenge/preact): ensure that the client waits as long as it needs to
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
@@ -34,8 +34,6 @@ const App = () => {
|
||||
setPassed(true);
|
||||
}, state.difficulty * 100);
|
||||
|
||||
console.log(challenge);
|
||||
|
||||
return () => clearTimeout(timer);
|
||||
}, [challenge]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user