Skip to content

Commit c6f591e

Browse files
authored
Set "userLibCaptcha" default value to false in App.php
1 parent 5154b91 commit c6f591e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class App extends \Config\App
4949
*
5050
* Enable Captcha
5151
*/
52-
public bool $userLibCaptcha = true;
52+
public bool $userLibCaptcha = false;
5353

5454
/*
5555
* Captcha Type

0 commit comments

Comments
 (0)