We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3e831 commit a24a342Copy full SHA for a24a342
src/User/src/Controller/UserController.php
@@ -77,7 +77,7 @@ public function loginAction(): ResponseInterface
77
/** @var AuthenticationAdapter $adapter */
78
$adapter = $this->authenticationService->getAdapter();
79
/** @var array $data */
80
- $data = $form->getData();
+ $data = $form->getData();
81
$adapter->setIdentity($data['identity'])->setCredential($data['password']);
82
$authResult = $this->authenticationService->authenticate();
83
if ($authResult->isValid()) {
0 commit comments