verivy email before log in

This commit is contained in:
Dobromir Popov
2024-05-24 19:01:24 +03:00
parent 0f6e094f24
commit a9deca22f0
6 changed files with 128 additions and 12 deletions

View File

@ -302,6 +302,7 @@ model User {
id String @id @default(cuid())
name String?
email String? @unique
emailVerifyToken String?
emailVerified DateTime?
image String?
accounts Account[]