Send mails on account creation

This commit is contained in:
2023-09-07 16:58:18 +02:00
committed by Clément Le Bihan
parent 628e50a48d
commit 02fc8175f4
10 changed files with 4852 additions and 264 deletions
+1
View File
@@ -14,6 +14,7 @@ model User {
username String @unique
password String?
email String
emailVerified Boolean @default(false)
googleID String? @unique
isGuest Boolean @default(false)
partyPlayed Int @default(0)