feat: add subdomain management, comprehensive QR code creation/redirection, and dashboard UI with white-label support.
This commit is contained in:
@@ -32,6 +32,9 @@ model User {
|
||||
resetPasswordToken String? @unique
|
||||
resetPasswordExpires DateTime?
|
||||
|
||||
// White-label subdomain
|
||||
subdomain String? @unique
|
||||
|
||||
qrCodes QRCode[]
|
||||
integrations Integration[]
|
||||
accounts Account[]
|
||||
|
||||
Reference in New Issue
Block a user