From ce0a51904d08d7b7b680f320aaa4d009ec7f6bc8 Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Thu, 21 Dec 2023 11:08:50 +0000 Subject: [PATCH] fix: wrong param name for email plugin --- lib/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins.js b/lib/plugins.js index ef001f7d..05c3ca58 100644 --- a/lib/plugins.js +++ b/lib/plugins.js @@ -792,7 +792,7 @@ function plugins (settings, deviceId) { email: { toEmail, subject: 'Your cryptomat code', - text: `Your cryptomat code: ${code}` + body: `Your cryptomat code: ${code}` } }