Auto commit for release 'develop' on 2024-04-15

This commit is contained in:
github-actions
2024-04-15 07:59:54 +02:00
parent 07fca78293
commit 9d3189be7e
12 changed files with 116 additions and 115 deletions

View File

@@ -108,6 +108,7 @@ class ForgotPasswordController extends Controller
$host = request()->host();
if ($configuredHost !== $host) {
Log::error(sprintf('Host header is "%s", APP_URL is "%s".', $host, $configuredHost));
throw new FireflyException('The Host-header does not match the host in the APP_URL environment variable. Please make sure these match. See also: https://bit.ly/FF3-host-header');
}
}