Finished registration + working on own useAuth composable

This commit is contained in:
2024-07-30 17:58:22 +02:00
parent 1d2a89e001
commit f2600a3012
23 changed files with 354 additions and 99 deletions

View File

@@ -2,7 +2,7 @@
"devDependencies": {
"@nuxt/content": "^2.13.2",
"@nuxtjs/color-mode": "^3.4.2",
"@sidebase/nuxt-auth": "^0.8.1",
"@types/bun": "^1.1.6",
"nuxt": "^3.12.4",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
@@ -14,6 +14,7 @@
"dependencies": {
"hast-util-to-html": "^9.0.1",
"remark-breaks": "^4.0.0",
"remark-ofm": "link:remark-ofm"
"remark-ofm": "link:remark-ofm",
"zod": "^3.23.8"
}
}