Do not check for key when loading sites
This commit is contained in:
parent
7cb1da2504
commit
96b670528a
|
@ -95,9 +95,6 @@ class SiteList(context: Context) {
|
|||
try {
|
||||
val site = Site(context, siteDir)
|
||||
|
||||
// Make sure we can load the private key
|
||||
site.getKey(context)
|
||||
|
||||
// Make sure we can load the DN credentials if managed
|
||||
if (site.managed) {
|
||||
site.getDNCredentials(context)
|
||||
|
|
Loading…
Reference in New Issue