show storage connection error

This commit is contained in:
SPRINX0\prochazka
2024-10-17 11:56:24 +02:00
parent 39b99ecf8f
commit ec3c224f44
3 changed files with 24 additions and 5 deletions

View File

@@ -125,6 +125,13 @@
}
internalRedirectTo(`/not-logged.html`);
}
$: {
if ($config?.configurationError) {
console.log('Configuration error', $config);
internalRedirectTo(`/error.html`);
}
}
</script>
<div class="root theme-light theme-type-light">