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