From f7e591eeaa52e2c16bd63d3b400ff98c9af24472 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Mon, 12 Aug 2024 13:23:15 +0900 Subject: [PATCH] Remove redirect from user facing emails --- app/controllers/api/account.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/controllers/api/account.php b/app/controllers/api/account.php index c77857c388..faed929db0 100644 --- a/app/controllers/api/account.php +++ b/app/controllers/api/account.php @@ -247,8 +247,7 @@ $sendMFAAlert = function (Document $project, Document $user, Locale $locale, Mai 'owner' => $user->getAttribute('name'), 'direction' => $locale->getText('settings.direction'), 'user' => $user->getAttribute('name'), - 'project' => $project->getAttribute('name'), - 'redirect' => $redirect + 'project' => $project->getAttribute('name') ]; $queueForMails