chore: remove unused LEAD_REDIRECT_URL env var (#231)

## Summary

- Removes `LEAD_REDIRECT_URL` from `.env.example` and
`config/landing.php` as it was never referenced anywhere in the
codebase.
This commit is contained in:
Víctor Falcón 2026-03-16 13:38:02 +00:00 committed by GitHub
parent e5fcaee8f8
commit 6525c31fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 13 deletions

View File

@ -70,7 +70,6 @@ AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false
LEAD_REDIRECT_URL=https://google.es
HIDE_AUTH_BUTTONS=false
VITE_APP_NAME="${APP_NAME}"

View File

@ -14,16 +14,4 @@ return [
'hide_auth_buttons' => env('HIDE_AUTH_BUTTONS', false),
/*
|--------------------------------------------------------------------------
| Lead Redirect URL
|--------------------------------------------------------------------------
|
| The external URL to redirect users to after they submit their email
| on the landing page.
|
*/
'lead_redirect_url' => env('LEAD_REDIRECT_URL', null),
];