improved error logging

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-26 16:24:11 +02:00
parent d2c36e71be
commit 6fb03530df
6 changed files with 50 additions and 4 deletions
+6
View File
@@ -42,6 +42,12 @@ export const ContactPage = () => {
text: t("contactPage_successText"),
});
setMessage("");
} else if (result.status === 503) {
setAlert({
type: "error",
headline: t("serviceDeactivatedHeadline"),
text: t("contactPage_serviceDeactivatedText"),
});
} else {
setAlert({
type: "error",