Merge pull request #14313 from annando/fix-remote

Fix exception on remote authentication
This commit is contained in:
Tobias Diekershoff 2024-07-21 08:46:50 +02:00 committed by GitHub
commit 6cf6f64296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -453,7 +453,7 @@ class Authentication
*/
public function setUnauthenticatedVisitor(string $url)
{
if (Strings::compareLink($this->session->get('visitor_home'), $url)) {
if (Strings::compareLink($this->session->get('visitor_home', ''), $url)) {
return;
}