Added the ability to enable captcha when logging in.

This commit is contained in:
2024-04-25 23:45:07 +05:00
parent e059f09e2f
commit 20ed4860da
10 changed files with 112 additions and 30 deletions

View File

@@ -42,6 +42,15 @@ return [
'demo_email' => env('APP_DEMO_EMAIL', false),
'demo_password' => env('APP_DEMO_PASSWORD', false),
/*
|--------------------------------------------------------------------------
| Сaptcha
|--------------------------------------------------------------------------
|
| Enables or disables captcha.
*/
'captcha' => (bool) env('APP_CAPTCHA', false),
/*
|--------------------------------------------------------------------------
| Application Debug Mode