Added option to disable captcha

This commit is contained in:
Mawoka
2022-08-26 17:46:43 +02:00
parent bc43790cb4
commit 384fbd95fb
5 changed files with 42 additions and 50 deletions
+1
View File
@@ -6,3 +6,4 @@
export const google_auth_enabled = import.meta.env.VITE_GOOGLE_AUTH_ENABLED === 'true';
export const github_auth_enabled = import.meta.env.VITE_GITHUB_AUTH_ENABLED === 'true';
export const captcha_enabled = import.meta.env.CAPTCHA_ENABLED === 'true';