This commit is contained in:
Skylar Grant 2024-09-13 09:29:02 -04:00
parent 73a0d5a1be
commit b80b6ec918
3 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@ module.exports = {
// Create the output text
return [
{ font: 'public/Outfit-Regular.ttf', text: `Username:` },
{ font: 'public/RobotoMono-Regular.ttf', text: `${username}\n` },
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${username}\n` },
{ font: 'public/Outfit-Regular.ttf', text: 'Email:' },
{ font: 'public/RobotoMono-Regular.ttf', text: `${username}@kvcc.me.edu\n` },
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${username}@kvcc.me.edu\n` },
{ font: 'public/Outfit-Regular.ttf', text: `Student ID:` },
{ font: 'public/RobotoMono-Regular.ttf', text: `${studentId}\n` },
{ font: 'public/RobotoMono-SemiBold.ttf', text: `${studentId}\n` },
{ font: 'public/Outfit-Regular.ttf', text: 'Note: the MyKV Portal uses your username to sign in, not email.' },
]
},

Binary file not shown.

Binary file not shown.