You've already forked obsidian-visualiser
Fix registration email and markdown parser singleton
This commit is contained in:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user