Saving notes and username fixes

This commit is contained in:
2025-10-07 08:58:38 -04:00
parent 6b33f79737
commit 7fc1d79eeb
6 changed files with 371 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export default defineEventHandler(async (event) => {
})
}
setAuthCookie(event, username)
setAuthCookie(event, user.username)
return {
success: true,