diff --git a/frontend/setup.mts b/frontend/setup.mts index ed9bd4c..570e284 100644 --- a/frontend/setup.mts +++ b/frontend/setup.mts @@ -80,7 +80,7 @@ document.addEventListener('DOMContentLoaded', () => { message: string }) => { if (!data.success) alert(data.message); - else alert('good?'); + else window.location.href = '/'; }) .catch((err) => errAlert('POST to /setup failed!', err)) .finally(() => Elements.submitButton.disabled = false);