File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ SIGNUPFILENAME="./web-assets/js/signup.js"
1111perl -pi -e " s/\{\{DOMAIN\}\}/$DOMAIN /g" $SIGNUPFILENAME
1212perl -pi -e " s/\{\{AUTH0DOMAIN\}\}/$AUTH0DOMAIN /g" $SIGNUPFILENAME
1313
14+ CHECKEMAIL=" ./web-assets/static-pages/check_email.html"
15+ perl -pi -e " s/\{\{DOMAIN\}\}/$DOMAIN /g" $CHECKEMAIL
1416
1517mkdir dist
1618cp -rv ./web-assets/css/* ./dist/
Original file line number Diff line number Diff line change 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.{{DOMAIN}} /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 >
You can’t perform that action at this time.
0 commit comments