mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 12:56:37 +00:00
simplify installer and remove parsing from read config
This commit is contained in:
@@ -33,7 +33,6 @@ export default async function Page(props: {
|
||||
>(`/auth/initial-setup-complete`, await authCookieHeader());
|
||||
const complete = setupRes.data.data.complete;
|
||||
if (!complete) {
|
||||
console.log("compelte", complete);
|
||||
redirect("/auth/initial-setup");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user