fixing delete messages
This commit is contained in:
parent
978136bb4e
commit
cd904ae0c9
@ -36,7 +36,7 @@
|
||||
|
||||
<p>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.</p>
|
||||
|
||||
<p>Delete account functionality does not yet have a UI implementation, but there is API support, <span style="font-family: 'Courier New', Courier, monospace">POST</span> to <span style="font-family: 'Courier New', Courier, monospace"><a href="/api/user">/api/user</a></span> to delete all user data.</p>
|
||||
<p>Delete account functionality does not yet have a UI implementation, but there is API support, send a HTTP <span style="font-family: 'Courier New', Courier, monospace">DELETE</span> to <span style="font-family: 'Courier New', Courier, monospace"><a href="/api/user">/api/user</a></span> to delete all user data.</p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user