move HomeserverConnected

This commit is contained in:
Timo K
2025-11-21 13:04:28 +01:00
parent d34775fc47
commit 4099c4383d
9 changed files with 318 additions and 72 deletions

View File

@@ -54,7 +54,7 @@ const ErrorPage: FC<ErrorPageProps> = ({
widget,
}: ErrorPageProps): ReactElement => {
const { t } = useTranslation();
logger.log("Error boundary caught:", error);
logger.error("Error boundary caught:", error);
let icon: ComponentType<SVGAttributes<SVGElement>>;
switch (error.category) {
case ErrorCategory.CONFIGURATION_ISSUE: