Fixed /setup redirect after /vendor (#998)

This commit is contained in:
Gunnar Skjold
2025-09-25 10:44:17 +02:00
committed by GitHub
parent 86449949c5
commit 4a3ad6ab9b
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
return s;
});
navigate(basepath + (sysinfo.usrcfg ? "/" : "/setup"));
navigate(basepath + (sysinfo.usrcfg ? "" : "setup"));
}
let cc = false;