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

update delete note #64

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions public/delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ <h1>Account Deletion Policy</h1>
<p>
You can delete your account via the app, on the "Settings" page.
</p>
<p>
You can delete your account from the App, using the "Delete Account" button, or by using the `DELETE /user/` API
directly. The deletion
code is
<a target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/routes/user.js">here</a> and <a
target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/services/user.js">here</a>
</p>
<p>
If you need help with this button, please contact us at the address below. Thanks.
</p>
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ <h4>What we do with user data</h4>
<a target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/controllers/auth/google.js">here</a>.
</li>
<li>
You can delete your account from the App, using the "Delete Account" button, or by using the `DELETE /user/` API directly. The
You can delete your account from the App, using the "Delete Account" button, or by using the `DELETE /user/` API directly. The deletion
code is
<a target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/routes/user.js">here</a>.
<a target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/routes/user.js">here</a> and <a target="_blank" href="https://github.com/pushme-tgxn/PushMeServer/blob/main/src/services/user.js">here</a>
</li>
<li>We store the data as per our <a target="_blank" href="https://pushme.tgxn.net/privacy.html">Privacy Policy</a>.</li>
</ul>
Expand Down
Loading