mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Усовершенствован валидатор ReCaptcha и покрыт тестами
This commit is contained in:
@@ -4,5 +4,9 @@ return [
|
||||
'user' => [
|
||||
'secret' => 'tests-secret-key',
|
||||
],
|
||||
'reCaptcha' => [
|
||||
'public' => 'public-key',
|
||||
'secret' => 'private-key',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user