mirror of
https://github.com/BillyOutlast/drop.git
synced 2026-02-04 00:31:17 +01:00
Fix for invalid route in setup wizard
This commit is contained in:
@@ -210,7 +210,7 @@ async function finish() {
|
||||
headers: { Authorization: bearerToken },
|
||||
method: "POST",
|
||||
});
|
||||
router.push("/signin");
|
||||
router.push("/auth/signin");
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user