!
This commit is contained in:
parent
708aa34181
commit
c1afc06e89
@ -36,10 +36,11 @@ module.exports = {
|
||||
// Create the output text
|
||||
return [
|
||||
{ font: 'public/Outfit-Regular.ttf', text: 'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n' },
|
||||
{ font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:\n${mccContractor.name}` },
|
||||
{ font: 'public/Outfit-Regular.ttf', text: `${mccContractor.phone}` },
|
||||
{ font: 'public/Outfit-Regular.ttf', text: `${mccContractor.email}` },
|
||||
{ font: 'public/Outfit-Regular.ttf', text: `${mccContractor.site}\n` }
|
||||
{ font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:` }
|
||||
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.name}` },
|
||||
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.phone}` },
|
||||
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.email}` },
|
||||
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.site}\n` }
|
||||
];
|
||||
},
|
||||
tempPassword(password) {
|
||||
|
Loading…
Reference in New Issue
Block a user