Skip to content

Commit

Permalink
Merge pull request #64 from pushme-tgxn/develop
Browse files Browse the repository at this point in the history
update delete note
  • Loading branch information
tgxn authored Apr 3, 2024
2 parents 613f3a0 + 671a6e6 commit 158ba90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
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

0 comments on commit 158ba90

Please sign in to comment.