mirror of
https://github.com/unraid/webgui.git
synced 2026-04-27 05:19:44 -05:00
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