fix: remove reauthentication msg from email notifications

This commit is contained in:
ljm42
2022-04-28 12:33:58 -07:00
parent 0374d26e33
commit 7d17856649
-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";