Completed
Push — main ( 3c568f...539926 )
by
unknown
26:39 queued 11:31
created
Classes/Domain/Service/RestrictionIdentifierFrontendName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
             $loginFormData = $this->frontendUserAuthentication->getLoginFormData($this->getRequest());
48 48
             if (isset($loginFormData['uname']) && !empty($loginFormData['uname'])) {
49 49
                 $this->identifierValue = $loginFormData['uname'];
50
-            } elseif(array_key_exists('feuser_login_username', $_POST)) {
50
+            } elseif (array_key_exists('feuser_login_username', $_POST)) {
51 51
                 /**
52 52
                  * If we build our own FE-login-form, then it can happen, that TYPO3 doesn't recognize the username,
53 53
                  * so we must support the "workaround", that we can (during the FE-login-process) manually put the
Please login to merge, or discard this patch.