mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 23:38:32 +02:00
Add a listener to automatically log notification sends
This commit is contained in:
@ -131,8 +131,6 @@ class User extends Authenticatable implements WebAuthnAuthenticatable
|
||||
public function sendPasswordResetNotification($token)
|
||||
{
|
||||
$this->notify(new ResetPassword($token));
|
||||
|
||||
Log::info(sprintf('Password reset token sent to user id "%s', $this->id));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user