Maj smtp, reset password, et ajout afroshine
All checks were successful
Build and Push App / build (push) Successful in 10m29s

This commit is contained in:
streap2
2026-04-26 14:32:38 +02:00
parent a551fe6bcc
commit 31fa2fcde3
15 changed files with 424 additions and 11 deletions

View File

@@ -15,6 +15,8 @@ model User {
password String
role UserRole @default(VISITOR)
avatar String?
resetToken String? @unique
resetTokenExpiry DateTime?
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
bio String?