removed debug logs
This commit is contained in:
parent
8167c3a3e7
commit
efe979768c
3 changed files with 0 additions and 13 deletions
|
|
@ -24,9 +24,7 @@ class PasswordResetNewUser extends Mailable
|
|||
*/
|
||||
public function __construct(private User $user)
|
||||
{
|
||||
logger()->debug("\n==============================\n User email is $user->email. Username is $user->username \n=====================================");
|
||||
$this->token = Password::createToken($this->user);
|
||||
logger()->debug("Password reset token is $this->token");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue