mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 20:55:04 +02:00
add server admin panel to delete users
This commit is contained in:
parent
dbfc8b51aa
commit
0dcfeb3587
10 changed files with 439 additions and 18 deletions
|
@ -245,13 +245,9 @@ export class Config {
|
|||
: "false";
|
||||
process.env.DASHBOARD_URL = parsedConfig.data.app.dashboard_url;
|
||||
|
||||
this.checkSupporterKey()
|
||||
.then(() => {
|
||||
console.log("Supporter key checked");
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error("Error checking supporter key:", error);
|
||||
});
|
||||
this.checkSupporterKey().catch((error) => {
|
||||
console.error("Error checking supporter key:", error);
|
||||
});
|
||||
|
||||
this.rawConfig = parsedConfig.data;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue