Browse Source

update: config

Tokumeikoi 4 years ago
parent
commit
e82c5bc5ff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Http/Controllers/Passport/CommController.php

+ 2 - 1
app/Http/Controllers/Passport/CommController.php

@@ -27,7 +27,8 @@ class CommController extends Controller
                     ? $this->getEmailSuffix()
                     : 0,
                 'isRecaptcha' => (int)config('v2board.recaptcha_enable', 0) ? 1 : 0,
-                'recaptchaSiteKey' => config('v2board.recaptcha_site_key')
+                'recaptchaSiteKey' => config('v2board.recaptcha_site_key'),
+                'appDescription' => config('v2board.app_description')
             ]
         ]);
     }