mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 17:51:27 +03:00
feat: separate user and admin auth, redirect to settings after invite
This commit is contained in:
@@ -52,9 +52,9 @@
|
||||
"@eartharoid/dbf": "^0.4.2",
|
||||
"@eartharoid/dtf": "^2.0.1",
|
||||
"@eartharoid/i18n": "^1.2.1",
|
||||
"@fastify/cookie": "^9.4.0",
|
||||
"@fastify/jwt": "^8.0.1",
|
||||
"@fastify/oauth2": "^7.9.0",
|
||||
"@fastify/cookie": "^11.0.2",
|
||||
"@fastify/jwt": "^9.0.3",
|
||||
"@fastify/multipart": "^9.0.3",
|
||||
"@prisma/client": "^4.16.2",
|
||||
"archiver": "^7.0.1",
|
||||
"boxen": "^7.1.1",
|
||||
@@ -62,7 +62,7 @@
|
||||
"cryptr": "^6.3.0",
|
||||
"discord.js": "^14.17.3",
|
||||
"dotenv": "^16.4.7",
|
||||
"fastify": "^4.29.0",
|
||||
"fastify": "^5.2.1",
|
||||
"figlet": "^1.8.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"keyv": "^4.5.4",
|
||||
@@ -80,6 +80,7 @@
|
||||
"spacetime": "^7.7.0",
|
||||
"terminal-link": "^2.1.1",
|
||||
"threads": "^1.7.0",
|
||||
"unzipper": "^0.12.3",
|
||||
"yaml": "^2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Reference in New Issue
Block a user