Move captcha support to another branch until I get time to fix it

This reverts commit 626d32d22b.
This commit is contained in:
Elijahr2411
2023-02-11 14:29:06 +00:00
parent 626d32d22b
commit 006edd4453
6 changed files with 1 additions and 66 deletions

View File

@@ -5,12 +5,6 @@ export default interface IConfig {
proxying : boolean;
proxyAllowedIps : string[];
};
hcaptcha : {
enabled : boolean;
sitekey : string;
secret : string;
whitelist : string[];
};
vm : {
qemuArgs : string;
vncPort : number;