From cd904ae0c95a515850335ec40de6e0b7cd809dfa Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 12 Aug 2022 11:57:21 +0100 Subject: [PATCH] fixing delete messages --- music/templates/privacy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music/templates/privacy.html b/music/templates/privacy.html index e342c1c..53d3cef 100644 --- a/music/templates/privacy.html +++ b/music/templates/privacy.html @@ -36,7 +36,7 @@

Mixonomer also has Last.fm integrations, enabled by providing your username in the Mixonomer settings page. Mixonomer only uses publicly available Last.fm data, no authentication with Last.fm is required and removing the username from Mixonomer’s settings disables the integration.

-

Delete account functionality does not yet have a UI implementation, but there is API support, POST to /api/user to delete all user data.

+

Delete account functionality does not yet have a UI implementation, but there is API support, send a HTTP DELETE to /api/user to delete all user data.

{% endblock %}