Skip to content

Commit

Permalink
Change details in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 16, 2024
1 parent 67ba57e commit 1fbaf8f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ class TestAuth extends Authsum
*/
protected function failed(Error $error)
{
/** @var string */
$user = $error->getField('name');

$this->audit->userInvalid($user);

throw new NoAccount($error->getText());
}

Expand Down

0 comments on commit 1fbaf8f

Please sign in to comment.