auth work
This commit is contained in:
@@ -15,9 +15,7 @@ class Reset extends Mailable
|
||||
/**
|
||||
* Create a new message instance.
|
||||
*/
|
||||
public function __construct(private readonly string $token)
|
||||
{
|
||||
}
|
||||
public function __construct(private readonly string $token) {}
|
||||
|
||||
/**
|
||||
* Get the message envelope.
|
||||
@@ -37,7 +35,7 @@ class Reset extends Mailable
|
||||
return new Content(
|
||||
markdown: 'mails.reset_password',
|
||||
with: [
|
||||
'link' => config('gpao.front_url').'/reset/'.$this->token,
|
||||
'link' => config('app.url').'/reset/'.$this->token,
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user