Do not show PGP and SSH keys in ASCII-armor import views

This commit is contained in:
Danny Moesch 2019-07-10 21:00:58 +02:00 committed by Mingshen Sun
parent 8e8501abb0
commit 9997947f06
2 changed files with 0 additions and 8 deletions

View file

@ -71,7 +71,6 @@ class GitSSHKeyArmorSettingTableViewController: AutoCellHeightUITableViewControl
override func viewDidLoad() {
super.viewDidLoad()
armorPrivateKeyTextView.text = AppKeychain.get(for: SshKey.PRIVATE.getKeychainKey())
armorPrivateKeyTextView.delegate = self
scanPrivateKeyCell?.textLabel?.text = "ScanPrivateKeyQrCodes".localize()