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.
2 parents 66dd73d + 05d2c80 commit 628c0d8Copy full SHA for 628c0d8
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
- /** @var Session $authenticator */
65
- $authenticator = auth('session')->getAuthenticator();
66
-
67
// If an action has been defined for login, start it up.
68
if ($authenticator->hasAction()) {
69
return redirect()->route('auth-action-show')->withCookies();
0 commit comments