Fix exception on remote authentication

This commit is contained in:
Michael 2024-07-21 06:25:12 +00:00
parent 76bf2fa6ce
commit a5f1525009

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;
}