Self-service password reset

This commit is contained in:
2025-10-06 18:26:01 -04:00
parent 53c9ba8fd7
commit c127ea35f6
13 changed files with 683 additions and 21 deletions

View File

@@ -13,6 +13,7 @@
"dependencies": {
"bcrypt": "^5.1.1",
"better-sqlite3": "^11.3.0",
"nodemailer": "^6.9.7",
"nuxt": "^3.13.2",
"qrcode": "^1.5.4",
"vue": "^3.5.5",
@@ -22,6 +23,7 @@
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/bcrypt": "^5.0.2",
"@types/better-sqlite3": "^7.6.11",
"@types/nodemailer": "^6.4.14",
"@types/qrcode": "^1.5.5"
}
}