Merge pull request #1087 from ljm42/master

fix: remove reauthentication msg from email notifications
This commit is contained in:
tom mortensen
2022-04-28 13:50:52 -07:00
committed by GitHub
-1
View File
@@ -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";