diff --git a/ProjectClock/AccountViewController.swift b/ProjectClock/AccountViewController.swift index 6a69099..e6b39b6 100644 --- a/ProjectClock/AccountViewController.swift +++ b/ProjectClock/AccountViewController.swift @@ -162,4 +162,12 @@ class ManageVC: UIViewController { AccountViewController.this.logout() } + + /** + Called when the user clicks the delete account button + */ + @IBAction func deleteAccount(_ sender: Any) + { + + } } diff --git a/ProjectClock/Base.lproj/Main.storyboard b/ProjectClock/Base.lproj/Main.storyboard index 0e5568e..d87ddd9 100644 --- a/ProjectClock/Base.lproj/Main.storyboard +++ b/ProjectClock/Base.lproj/Main.storyboard @@ -742,6 +742,9 @@ + + +