diff --git a/static/build/index.js b/static/build/index.js index 5f70e57..6467823 100644 --- a/static/build/index.js +++ b/static/build/index.js @@ -104,8 +104,8 @@ function submitSignup() { throw new Error("Signup request failed"); } }) - .then(data => { - console.log(data); + .then(() => { + window.location.href = "/welcome"; }) .catch(error => { console.error(error);