mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
Added newsletter consent and term/privacy checkbox to registration
This commit is contained in:
committed by
Constantin Graf
parent
11af9fab7e
commit
0448ebc180
@@ -117,4 +117,10 @@ return [
|
||||
|
||||
'super_admins' => ! is_string(env('SUPER_ADMINS', null)) ? [] : explode(',', env('SUPER_ADMINS')),
|
||||
|
||||
'terms_url' => env('TERMS_URL'),
|
||||
|
||||
'privacy_policy_url' => env('PRIVACY_POLICY_URL'),
|
||||
|
||||
'newsletter_consent' => env('NEWSLETTER_CONSENT', false),
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user