mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ♻️ Rewrite password reset page, polish auth
This commit is contained in:
parent
7cd71f252e
commit
f672ce5a69
12 changed files with 205 additions and 105 deletions
|
|
@ -4,7 +4,6 @@ export default defineNuxtConfig({
|
|||
"@nuxtjs/tailwindcss",
|
||||
"@vueuse/nuxt",
|
||||
"@nuxt/fonts",
|
||||
"@vee-validate/nuxt",
|
||||
"nuxt-security",
|
||||
"@vite-pwa/nuxt",
|
||||
"shadcn-nuxt",
|
||||
|
|
@ -258,15 +257,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
veeValidate: {
|
||||
autoImports: true,
|
||||
componentNames: {
|
||||
Form: "VeeForm",
|
||||
Field: "VeeField",
|
||||
FieldArray: "VeeFieldArray",
|
||||
ErrorMessage: "VeeErrorMessage",
|
||||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiHost: "https://social.lysand.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue