TP-26085 | Prachi | Remove brute force logins | Added recaptcha (#281)

* TP-26085 | Prachi | Remove brute force logins

* TP-26085 | Positions recaptcha

* TP-26085 | Minor Refactoring
This commit is contained in:
Prachi Mishra
2023-04-24 18:25:38 +05:30
committed by GitHub Enterprise
parent 49134f751a
commit e2d58b53e5
12 changed files with 86 additions and 7 deletions

View File

@@ -7,5 +7,6 @@ window.config = {
EXTENSION_PLUGIN_USERS_LIST: '<EXTENSION_PLUGIN_USERS_LIST>',
BUILD_TIME: '<BUILD_TIME>',
ENABLE_SSO: '<ENABLE_SSO>',
ENV: '<ENV>'
ENV: '<ENV>',
GOOGLE_CAPTCHA_SITE_KEY: '<GOOGLE_CAPTCHA_SITE_KEY>'
};