Skip to content

Commit eec5dd6

Browse files
author
Sachin Maheshwari
committed
correcting the URL
1 parent 25e9de6 commit eec5dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-assets/static-pages/check_email.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if (state) {
2828
document.querySelector("#resend").addEventListener("click", e => {
2929
e.preventDefault();
30-
window.location = 'https://auth.topcoder-dev.com/continue?state=' + state + '&resend=1';
30+
window.location = 'https://auth.topcoder.com/continue?state=' + state + '&resend=1';
3131
});
3232
} else {
3333
document.querySelector("#resend-text").style.display = "none";
@@ -84,4 +84,4 @@ <h2 id="page-subtitle-heading" class="page-subtitle-heading">
8484
</div>
8585
</body>
8686

87-
</html>
87+
</html>

0 commit comments

Comments
 (0)