diff --git a/public/delete.html b/public/delete.html index f80ccad..9e00aa9 100644 --- a/public/delete.html +++ b/public/delete.html @@ -3,6 +3,13 @@

Account Deletion Policy

You can delete your account via the app, on the "Settings" page.

+

+ 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 + here and here +

If you need help with this button, please contact us at the address below. Thanks.

diff --git a/public/index.html b/public/index.html index 5e9e664..3ac4deb 100644 --- a/public/index.html +++ b/public/index.html @@ -56,9 +56,9 @@

What we do with user data

here.
  • - 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 - here. + here and here
  • We store the data as per our Privacy Policy.