Skip to content

Commit abe1d65

Browse files
committed
fix: terms & conditions url
Signed-off-by: Rakib Ansary <[email protected]>
1 parent b78ae3d commit abe1d65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web-assets/auth0/dev-tenant/universal-login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
title: 'Topcoder Login',
134134
emailInputPlaceholder: 'Email',
135135
passwordInputPlaceholder: 'Password',
136-
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.',
136+
signUpTerms: 'Yes, I understand and agree to the <a href="https://www.topcoder.com/privacy" target="_new"">Privacy Policy</a> and <a href="https://www.topcoder.com/privacy" target="_new">Terms</a> of Topcoder.',
137137
signUpTitle: 'Join Topcoder',
138138
signUpLabel: 'Sign Up',
139139
signUpSubmitLabel: 'Sign Up',

web-assets/auth0/prod-tenant/universal-login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
title: 'Topcoder Login',
128128
emailInputPlaceholder: 'Email',
129129
passwordInputPlaceholder: 'Password',
130-
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.',
130+
signUpTerms: 'Yes, I understand and agree to the <a href="https://www.topcoder.com/privacy" target="_new"">Privacy Policy</a> and <a href="https://www.topcoder.com/privacy" target="_new">Terms</a> of Topcoder.',
131131
signUpTitle: 'Join Topcoder',
132132
signUpLabel: 'Sign Up',
133133
signUpSubmitLabel: 'Sign Up',

web-assets/static-pages/signup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ <h1 id="page-title-heading" class="page-title-heading">
105105
<label>
106106
<input id='user_privacy_policy' type="checkbox" value="on" class="input-text user_pripacy_policy">
107107
<span>
108-
Yes, I understand and agree to the <a href="https://www.topcoder.com/policy/privacy-policy" target="_new">Privacy Policy</a> and
109-
<a href="https://www.topcoder.com/policy/terms-and-conditions"
108+
Yes, I understand and agree to the <a href="https://www.topcoder.com/privacy" target="_new">Privacy Policy</a> and
109+
<a href="https://www.topcoder.com/privacy"
110110
target="_blank" rel="noopener noreferrer">Terms</a> of Topcoder.
111111
</span>
112112
</label>

0 commit comments

Comments
 (0)