Skip to content

Commit b94781e

Browse files
authored
Merge pull request pterodactyl#2008 from Sir3lit/emailfix
Fix Subuser welcome email
2 parents 8cb4017 + 5eed8b1 commit b94781e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/AddedToServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ public function toMail($notifiable)
5656
->greeting('Hello ' . $this->server->user . '!')
5757
->line('You have been added as a subuser for the following server, allowing you certain control over the server.')
5858
->line('Server Name: ' . $this->server->name)
59-
->action('Visit Server', route('server.index', $this->server->uuidShort));
59+
->action('Visit Server', url('/server/' . $this->server->uuidShort));
6060
}
6161
}

0 commit comments

Comments
 (0)