feat: add subdomain management, comprehensive QR code creation/redirection, and dashboard UI with white-label support.

This commit is contained in:
Timo
2026-01-07 18:33:27 +01:00
parent b217e50d9f
commit af2d8f1e8f
9 changed files with 580 additions and 25 deletions

View File

@@ -32,6 +32,9 @@ model User {
resetPasswordToken String? @unique
resetPasswordExpires DateTime?
// White-label subdomain
subdomain String? @unique
qrCodes QRCode[]
integrations Integration[]
accounts Account[]