оферта

This commit is contained in:
2026-07-26 22:13:22 +04:00
parent 857032fa90
commit 9ed56ec93d
17 changed files with 1363 additions and 127 deletions
+4 -3
View File
@@ -82,9 +82,10 @@ class LandingController extends Controller
],
'registerEndpoint' => route('game-account.store'),
'legalUrls' => [
'published' => (bool) config('moonwell.legal.published'),
'offer' => config('moonwell.legal.published') ? route('legal.offer') : null,
'privacy' => config('moonwell.legal.published') ? route('legal.privacy') : null,
'offer_published' => (bool) config('moonwell.legal.offer_published'),
'privacy_published' => (bool) config('moonwell.legal.privacy_published'),
'offer' => config('moonwell.legal.offer_published') ? route('legal.offer') : null,
'privacy' => config('moonwell.legal.privacy_published') ? route('legal.privacy') : null,
],
'inviteRequired' => (bool) config('moonwell.registration.require_invite_code'),
'csrfToken' => csrf_token(),