diff --git a/ProjectClock/AccountViewController.swift b/ProjectClock/AccountViewController.swift index b215dd1..23b4960 100644 --- a/ProjectClock/AccountViewController.swift +++ b/ProjectClock/AccountViewController.swift @@ -241,6 +241,17 @@ class FamilyVC: UIViewController familyView.isHidden = true } } + + /** + Called when the user clicks the change pin button + */ + @IBAction func btnChangePin(_ sender: Any) + { + enterPin("Change Pin", "Enter your OLD pin:") + { + print($0) + } + } } /**