From: Marcel Werk Date: Mon, 23 Dec 2024 13:29:01 +0000 (+0100) Subject: Remove obsolete whitespaces X-Git-Tag: 6.1.3_dev_1~13 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d0de5a1dc7e2aa6f387f18260982466147262d7f;p=GitHub%2FWoltLab%2FWCF.git Remove obsolete whitespaces --- diff --git a/wcfsetup/install/files/lib/http/middleware/CheckForForceLogin.class.php b/wcfsetup/install/files/lib/http/middleware/CheckForForceLogin.class.php index 9b8377c3b5..d9fd0da358 100644 --- a/wcfsetup/install/files/lib/http/middleware/CheckForForceLogin.class.php +++ b/wcfsetup/install/files/lib/http/middleware/CheckForForceLogin.class.php @@ -61,8 +61,6 @@ final class CheckForForceLogin implements MiddlewareInterface return $handler->handle($request); } - - if (WCF::getUser()->pendingActivation()) { return $this->handlePendingActivation($request); }