Some cosmetic changes

This commit is contained in:
Danny Moesch 2020-02-09 14:06:08 +01:00 committed by Mingshen Sun
parent e447b1d9d3
commit 5f6723246b
7 changed files with 10 additions and 20 deletions

View file

@ -13,12 +13,9 @@ import passKit
class SSHKeySettingTableViewController: AutoCellHeightUITableViewController {
@IBOutlet weak var privateKeyURLTextField: UITextField!
let passwordStore = PasswordStore.shared
override func viewDidLoad() {
super.viewDidLoad()
}
@IBAction func doneButtonTapped(_ sender: UIButton) {
guard let privateKeyURL = URL(string: privateKeyURLTextField.text!.trimmed) else {
Utils.alert(title: "CannotSave".localize(), message: "SetPrivateKeyUrl.".localize(), controller: self, completion: nil)