Fix for invalid route in setup wizard

This commit is contained in:
DecDuck
2025-07-31 21:44:25 +10:00
parent 91bb7c7dd4
commit 371e069e20

View File

@ -210,7 +210,7 @@ async function finish() {
headers: { Authorization: bearerToken },
method: "POST",
});
router.push("/signin");
router.push("/auth/signin");
}
</script>