You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementsByName("password")[0].placeholder="Create a Password";
338
-
//document.getElementById("1-country").value = "Select your country (current location)";
339
-
}catch(e){
340
-
console.log("Error occured in changing placeholder text",e);
341
-
}
334
+
document.getElementsByName("password")[0].placeholder="Create a Password";
335
+
/*setTimeout(function() {
336
+
document.getElementById("1-country").value = "Select your country (current location)"
337
+
}, 300);*/
342
338
}catch(e){
343
-
console.log("Error occured in form re-ordering",e);
339
+
console.log("Error occured in changing placeholder text",e);
344
340
}
345
-
});
341
+
342
+
}catch(e){
343
+
console.log("Error occured in form re-ordering",e);
344
+
}
345
+
});
346
346
347
347
lock.show();
348
348
@@ -412,14 +412,14 @@
412
412
413
413
</script>
414
414
<script>
415
-
!function(){
416
-
varanalytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{
varanalytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{
Copy file name to clipboardExpand all lines: web-assets/auth0/prod-tenant/universal-login.html
+20-10Lines changed: 20 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -110,15 +110,15 @@
110
110
title: 'Topcoder Login',
111
111
emailInputPlaceholder: 'Email',
112
112
passwordInputPlaceholder: 'Password',
113
-
signUpTerms: 'I agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> of Topcoder.<br/> By clicking "Sign up", you agree to the <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
113
+
signUpTerms: 'Yes, I understand and agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new"">Privacy Policy</a> and <a href="https://www.topcoder.com/policy/terms-and-conditions" target="_new">Terms</a> of Topcoder.',
114
114
signUpTitle: 'Join Topcoder',
115
115
signUpLabel: 'Sign Up',
116
116
signUpSubmitLabel: 'Sign Up',
117
117
signUpWithLabel: '%s',
118
118
loginLabel: 'Log In',
119
119
loginSubmitLabel: 'Log In',
120
120
loginWithLabel: '%s',
121
-
usernameInputPlaceholder: 'Username / Handle',
121
+
usernameInputPlaceholder: 'Create a Username / Handle',
0 commit comments