We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dfeb0 commit 7f8ad99Copy full SHA for 7f8ad99
1 file changed
src/Controllers/LoginController.php
@@ -61,9 +61,6 @@ public function loginAction(): RedirectResponse
61
return redirect()->route('login')->withInput()->with('error', $result->reason());
62
}
63
64
- // custom bit of information
65
- $user = $result->extraInfo();
66
-
67
/** @var Session $authenticator */
68
$authenticator = auth('session')->getAuthenticator();
69
0 commit comments