mirror of
https://github.com/unraid/webgui.git
synced 2026-05-20 05:09:38 -05:00
Merge pull request #1087 from ljm42/master
fix: remove reauthentication msg from email notifications
This commit is contained in:
@@ -76,7 +76,6 @@ function generate_email($event, $subject, $description, $importance, $message, $
|
||||
$body = [];
|
||||
if (!empty($fqdnlink)) {
|
||||
$body[] = "Link: $fqdnlink";
|
||||
$body[] = " (Note: if clicking link requires reauthentication, copy/paste instead)";
|
||||
$body[] = "";
|
||||
}
|
||||
$body[] = "Event: $event";
|
||||
|
||||
Reference in New Issue
Block a user