fix error when importing key using http (#556)
http url was not saved so it always failed
This commit is contained in:
parent
a0a08073bc
commit
e5d3b06896
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ class SSHKeyURLImportTableViewController: AutoCellHeightUITableViewController {
|
||||||
savePassphraseAlert.addAction(UIAlertAction(title: "No".localize(), style: .default) { _ in })
|
savePassphraseAlert.addAction(UIAlertAction(title: "No".localize(), style: .default) { _ in })
|
||||||
savePassphraseAlert.addAction(
|
savePassphraseAlert.addAction(
|
||||||
UIAlertAction(title: "Yes".localize(), style: .destructive) { _ in
|
UIAlertAction(title: "Yes".localize(), style: .destructive) { _ in
|
||||||
|
self.sshPrivateKeyURL = privateKeyURL
|
||||||
self.performSegue(withIdentifier: "importSSHKeySegue", sender: self)
|
self.performSegue(withIdentifier: "importSSHKeySegue", sender: self)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue