mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 00:24:44 +02:00
Merge pull request #2008 from Sir3lit/emailfix
Fix Subuser welcome email
This commit is contained in:
commit
b94781e40e
@ -56,6 +56,6 @@ class AddedToServer extends Notification implements ShouldQueue
|
||||
->greeting('Hello ' . $this->server->user . '!')
|
||||
->line('You have been added as a subuser for the following server, allowing you certain control over the server.')
|
||||
->line('Server Name: ' . $this->server->name)
|
||||
->action('Visit Server', route('server.index', $this->server->uuidShort));
|
||||
->action('Visit Server', url('/server/' . $this->server->uuidShort));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user