form: modularize captcha somewhat

This commit is contained in:
Harvey Tindall
2023-12-23 18:20:09 +00:00
parent 6e205760c3
commit ab05c07469
4 changed files with 80 additions and 49 deletions
+3
View File
@@ -28,6 +28,9 @@ interface formWindow extends Window {
userExpiryHours: number;
userExpiryMinutes: number;
userExpiryMessage: string;
captcha: boolean;
reCAPTCHA: boolean;
reCAPTCHASiteKey: string;
}
loadLangSelector("pwr");