Fix registration email and markdown parser singleton

This commit is contained in:
2025-12-10 20:57:55 +01:00
parent 97578132bb
commit 4862181d61
2 changed files with 7 additions and 7 deletions

View File

@@ -90,7 +90,7 @@ export default defineEventHandler(async (e): Promise<Return> => {
template: 'registration',
data: {
id: emailId, timestamp,
userId: id,
userId: id.id,
username: body.data.username,
},
}