Skip to content

Commit 123bd1a

Browse files
committed
fix(passport) privacy policy link
1 parent bdcc99b commit 123bd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/templates/user/registration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2 class="h3">Registration</h2>
6161
{% if LEGAL_ENABLED %}
6262
<div class="form-group">
6363
<p class="privacy">
64-
Signing up signifies that you have read and agree to the <a target="_blank" href="https://legal.doopai.com/#/cloud-services-terms">Terms of Service</a> and our <a target="_blank" href="https://legal.doopai.com/#/doopai-privacy-policy/">Privacy Policy</a>.
64+
Signing up signifies that you have read and agree to the <a target="_blank" href="https://legal.doopai.com/#/cloud-services-terms">Terms of Service</a> and our <a target="_blank" href="https://legal.doopai.com/#/doopai-privacy-policy">Privacy Policy</a>.
6565
</p>
6666
</div>
6767
{% endif %}

0 commit comments

Comments
 (0)