mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[ios] Adding link to delete OSM profile page
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -111,6 +111,10 @@ public:
|
||||
{
|
||||
return m_baseUrl + "/user/" + user + "/notes";
|
||||
}
|
||||
std::string GetDeleteURL() const
|
||||
{
|
||||
return m_baseUrl + "/account/deletion";
|
||||
}
|
||||
std::string BuildOAuth2Url() const;
|
||||
//@}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user