sparkles: Remove todo that's already a github issue

This commit is contained in:
Hylke Bons 2018-02-26 16:20:27 +00:00
parent a905e9e155
commit df48c86d98

View file

@ -34,10 +34,9 @@ namespace Sparkles {
public string KnownHostsFilePath { get; private set; }
readonly string Path;
// TODO: Store keys in the platform's secure key store
public SSHAuthenticationInfo ()
{
Path = IO.Path.Combine (Configuration.DefaultConfiguration.DirectoryPath, "ssh");