We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e314425 commit 8a76cceCopy full SHA for 8a76cce
src/main.ts
@@ -232,7 +232,7 @@ class LocalRestApiSettingTab extends PluginSettingTab {
232
const remainingCertificateValidityDays =
233
getCertificateValidityDays(parsedCertificate);
234
const shouldRegenerateCertificate =
235
- getCertificateIsUptoStandards(parsedCertificate);
+ !getCertificateIsUptoStandards(parsedCertificate);
236
237
containerEl.empty();
238
containerEl.classList.add("obsidian-local-rest-api-settings");
0 commit comments