Skip to content

Commit 7f8ad99

Browse files
committed
refactor: remove unused code
1 parent c2dfeb0 commit 7f8ad99

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/Controllers/LoginController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ public function loginAction(): RedirectResponse
6161
return redirect()->route('login')->withInput()->with('error', $result->reason());
6262
}
6363

64-
// custom bit of information
65-
$user = $result->extraInfo();
66-
6764
/** @var Session $authenticator */
6865
$authenticator = auth('session')->getAuthenticator();
6966

0 commit comments

Comments
 (0)