This commit is contained in:
2024-04-22 00:20:21 +00:00
parent 8db8ce9f47
commit b26e963bd6
34 changed files with 557 additions and 170 deletions

View File

@@ -212,7 +212,6 @@ model IdentityAuthDevice {
attributes String
preferred Boolean
twoFactorPreferred Boolean
createdAt DateTime @default(now())
@@index([userId])