mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
Fix for invalid route in setup wizard
This commit is contained in:
parent
4ff6be81c2
commit
e674432c39
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ async function finish() {
|
|||
headers: { Authorization: bearerToken },
|
||||
method: "POST",
|
||||
});
|
||||
router.push("/signin");
|
||||
router.push("/auth/signin");
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue