Skip to content

Commit

Permalink
Merge pull request #4878 from wikimedia/T369628
Browse files Browse the repository at this point in the history
Update Vanishing url
  • Loading branch information
mazevedofs authored Jul 10, 2024
2 parents 88b5d4a + 1276ae7 commit 6012478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wikipedia/Code/AccountViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ extension AccountViewController: VanishAccountWarningViewDelegate {
return
}

guard let url = URL(string: "https://meta.wikimedia.org/wiki/Special:Contact/accountvanishapps") else {
guard let url = URL(string: "https://meta.wikimedia.org/wiki/Special:GlobalVanishRequest") else {
return
}

Expand Down

0 comments on commit 6012478

Please sign in to comment.