Добавлен API вызов для получения активного Recaptcha public key

This commit is contained in:
ErickSkrauch
2016-08-03 15:58:12 +03:00
parent c2986445f1
commit 5e40ccbe49
7 changed files with 85 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ $config = [
'cookieValidationKey' => '',
],
'reCaptcha' => [
'public' => '',
'secret' => '',
],
],

View File

@@ -7,6 +7,7 @@ $config = [
'cookieValidationKey' => '',
],
'reCaptcha' => [
'public' => '',
'secret' => '',
],
],

View File

@@ -6,6 +6,7 @@ return [
'cookieValidationKey' => '',
],
'reCaptcha' => [
'public' => '',
'secret' => '',
],
],