mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-07 04:39:52 +00:00
Fix some ui form issues
This commit is contained in:
@@ -14,7 +14,6 @@ if (fs.existsSync(allowedDevOriginsPath)) {
|
||||
try {
|
||||
const data = fs.readFileSync(allowedDevOriginsPath, "utf-8");
|
||||
allowedDevOrigins = JSON.parse(data);
|
||||
console.log("Loaded allowed development origins:", allowedDevOrigins);
|
||||
} catch {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user