mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +00:00
[ios] Adding link to delete OSM profile page
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user