Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
gubbih committed Nov 22, 2023
1 parent 2d4332f commit 90b7869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodemailer/mailService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function sendEmail(user: User, token: string) {
subject: 'Testmail', // Subject line
text: 'blah blah blah', // plain text body
html:
'<a href="https://localhost:3010/glemt-adgangskode"' +
'<a href="https://localhost:3010/glemt-adgangskode?"' +
token +
'>localhost:3010/glemt-adgangskode?' +
token +
Expand Down

0 comments on commit 90b7869

Please sign in to comment.