refactored email verification

This commit is contained in:
daniel31x13
2024-05-16 15:02:22 -04:00
parent db446d450f
commit f68ca100a1
16 changed files with 1285 additions and 135 deletions
+1
View File
@@ -31,6 +31,7 @@ model User {
username String? @unique
email String? @unique
emailVerified DateTime?
unverifiedNewEmail String?
image String?
accounts Account[]
password String?