diff --git a/pass/Controllers/PGPKeySettingTableViewController.swift b/pass/Controllers/PGPKeySettingTableViewController.swift index 195b9d2..af03282 100644 --- a/pass/Controllers/PGPKeySettingTableViewController.swift +++ b/pass/Controllers/PGPKeySettingTableViewController.swift @@ -28,7 +28,7 @@ class PGPKeySettingTableViewController: AutoCellHeightUITableViewController { Utils.alert(title: "CannotSavePgpKey".localize(), message: "SetPgpKeyUrlFirst.".localize(), controller: self, completion: nil) return false } - guard let scheme = url.scheme, scheme == "https", scheme == "https" else { + guard let scheme = url.scheme, scheme == "https" else { Utils.alert(title: "CannotSavePgpKey".localize(), message: "HttpNotSupported.".localize(), controller: self, completion: nil) return false }