fix: wrong param name for email plugin
This commit is contained in:
parent
d066a535c0
commit
ce0a51904d
1 changed files with 1 additions and 1 deletions
|
|
@ -792,7 +792,7 @@ function plugins (settings, deviceId) {
|
||||||
email: {
|
email: {
|
||||||
toEmail,
|
toEmail,
|
||||||
subject: 'Your cryptomat code',
|
subject: 'Your cryptomat code',
|
||||||
text: `Your cryptomat code: ${code}`
|
body: `Your cryptomat code: ${code}`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue