fix register not getting challenge due to mistyping

This commit is contained in:
csd4ni3l
2025-08-12 15:52:50 +02:00
parent c5f882c32c
commit 37429706dd

View File

@@ -142,7 +142,7 @@ function get_challenge() {
}) })
} }
window.onload = getchallenge window.onload = get_challenge;
</script> </script>