@@ -47,7 +47,7 @@ |
||
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 |