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 25e9de6 commit eec5dd6Copy full SHA for eec5dd6
web-assets/static-pages/check_email.html
@@ -27,7 +27,7 @@
27
if (state) {
28
document.querySelector("#resend").addEventListener("click", e => {
29
e.preventDefault();
30
- window.location = 'https://auth.topcoder-dev.com/continue?state=' + state + '&resend=1';
+ window.location = 'https://auth.topcoder.com/continue?state=' + state + '&resend=1';
31
});
32
} else {
33
document.querySelector("#resend-text").style.display = "none";
@@ -84,4 +84,4 @@ <h2 id="page-subtitle-heading" class="page-subtitle-heading">
84
</div>
85
</body>
86
87
-</html>
+</html>
0 commit comments