Update tests & minor fixes

This commit is contained in:
Bubka
2022-12-09 10:52:17 +01:00
parent 7ce7067380
commit 05a39b6501
61 changed files with 2773 additions and 526 deletions

View File

@ -31,7 +31,7 @@ class WebauthnCredentialBroker extends PasswordBroker
$token = $this->tokens->create($user);
if ($callback) {
$callback($user, $token);
$callback($user, $token); // @codeCoverageIgnore
} else {
$user->sendWebauthnRecoveryNotification($token);
}