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 c23fd8f commit 825a6e6Copy full SHA for 825a6e6
src/Authentication/Authenticators/Session.php
@@ -172,7 +172,6 @@ public function loggedIn(): bool
172
*/
173
public function login(User $user): bool
174
{
175
- // @todo Authenticatable should define getEmailIdentity() or this should require User
176
$this->user = $user;
177
178
// Update the user's last used date on their password identity.
0 commit comments