summaryrefslogtreecommitdiff
path: root/src/components/SignupBody.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/SignupBody.astro')
-rw-r--r--src/components/SignupBody.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SignupBody.astro b/src/components/SignupBody.astro
index 70b12df..f98afb9 100644
--- a/src/components/SignupBody.astro
+++ b/src/components/SignupBody.astro
@@ -47,7 +47,7 @@
});
// Redirect to admin page if successful
if (response.ok) {
- window.location.href = "/admin";
+ window.location.href = "/announce";
} else {
errorMessageElement.innerText = (await response.json()).error;
}