mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-01 00:38:58 +02:00
Use app
panel for password link in AccountCreated notification (#1389)
This commit is contained in:
parent
51037c5c20
commit
97fb66f5d6
@ -30,7 +30,7 @@ class AccountCreated extends Notification implements ShouldQueue
|
|||||||
->line('Email: ' . $notifiable->email);
|
->line('Email: ' . $notifiable->email);
|
||||||
|
|
||||||
if (!is_null($this->token)) {
|
if (!is_null($this->token)) {
|
||||||
return $message->action('Setup Your Account', Filament::getResetPasswordUrl($this->token, $notifiable));
|
return $message->action('Setup Your Account', Filament::getPanel('app')->getResetPasswordUrl($this->token, $notifiable));
|
||||||
}
|
}
|
||||||
|
|
||||||
return $message;
|
return $message;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user