Merge branch 'main' of github.com:documenso/documenso

This commit is contained in:
Catalin Pit
2025-09-17 10:12:37 +03:00
5 changed files with 18 additions and 9 deletions

View File

@ -23,10 +23,12 @@ export const loader = async () => {
try {
const certStatus = getCertificateStatus();
if (certStatus.isAvailable) {
checks.certificate = { status: 'ok' };
} else {
checks.certificate = { status: 'warning' };
if (overallStatus === 'ok') {
overallStatus = 'warning';
}