✨ Added option to disable captcha
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user