@flowfuse/flowfuse
Version:
An open source low-code development platform
16 lines (13 loc) • 397 B
JavaScript
module.exports = {
subject: 'Password Change Notification for FlowFuse',
text:
`Hello
Your password has been changed on the FlowFuse platform.
If you did not request this, please contact your system administrator.
`,
html:
`<p>Hello</p>
<p>Your password has been changed on the FlowFuse platform.</p>
<p>If you did not request this, please contact your system administrator.</p>
`
}