adds SERVICE_INFO_PASSWORD to gate infopage behind a password

This commit is contained in:
nai-degen
2024-02-04 14:04:46 -06:00
parent 235510e588
commit fe429a7610
5 changed files with 64 additions and 12 deletions
+1
View File
@@ -41,5 +41,6 @@ declare module "express-session" {
userToken?: string;
csrf?: string;
flash?: { type: string; message: string };
unlocked?: boolean;
}
}