We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a285716 commit faf1af4Copy full SHA for faf1af4
web-assets/static-pages/check_email.html
@@ -30,7 +30,7 @@
30
window.location = 'https://auth.topcoder-dev.com/continue?state=' + state + '&resend=1';
31
});
32
} else {
33
- document.querySelector("#resend-txt").style.display = "none";
+ document.querySelector("#resend-text").style.display = "none";
34
}
35
36
</script>
0 commit comments