Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add disclaimer to account deletion text #671

Merged
merged 4 commits into from Sep 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions partials/account-deletion.html
Expand Up @@ -4,6 +4,7 @@
---
<div id="deletion-helper" class="hide" style="display: none;">
<p>To delete your data, please fill out <a href="https://privacyportal.onetrust.com/webform/05f24bb5-a0c4-43d4-966e-05606d5be9ca/93b6b82e-baf8-4adc-8998-0df20831be6d" rel="noopener" target="_blank">our data deletion request form</a>.</p>
<p>Be advised that deleting your data will remove your Accredible certificates earned through us. Please back up your certificates if you plan on keeping them.</p>
</div>
<script>
window.addEventListener('load', (event) => {
Expand Down