Improve edit password to make it consistent with Pass
This commit is contained in:
parent
86cb8a84cd
commit
055ea243a3
6 changed files with 136 additions and 103 deletions
|
|
@ -22,7 +22,6 @@ class GitConfigSettingTableViewController: UITableViewController {
|
|||
}
|
||||
|
||||
override func shouldPerformSegue(withIdentifier identifier: String, sender: Any?) -> Bool {
|
||||
print("test should perform \(identifier)")
|
||||
if identifier == "saveGitConfigSettingSegue" {
|
||||
guard let name = nameTextField.text, !name.isEmpty else {
|
||||
Utils.alert(title: "Cannot Save", message: "Please set name first.", controller: self, completion: nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue