fix: wrong param name for email plugin

This commit is contained in:
Rafael Taranto 2023-12-21 11:08:50 +00:00 committed by GitHub
parent d066a535c0
commit ce0a51904d

View file

@ -792,7 +792,7 @@ function plugins (settings, deviceId) {
email: {
toEmail,
subject: 'Your cryptomat code',
text: `Your cryptomat code: ${code}`
body: `Your cryptomat code: ${code}`
}
}