[ios] Adding link to delete OSM profile page

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-07-13 01:19:18 +02:00
parent 8b3cdbb937
commit 54681719fb
3 changed files with 31 additions and 3 deletions

View File

@@ -95,6 +95,13 @@ import OSMEditor
}
/// The URL for deleting an OpenStreetMap profile
static var deleteUrl: URL {
return URL(string: String(describing: osm.OsmOAuth.ServerAuth().GetDeleteURL()))!
}
// MARK: Methods
/// Save the authorization token based on a code during the Oauth process