Skip to content

Commit ecee41f

Browse files
committed
Update main.wasp
1 parent 503c2e1 commit ecee41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/main.wasp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ app SaaSTemplate {
9696
entity User {=psl
9797
id Int @id @default(autoincrement())
9898
email String? @unique
99-
username String @unique
100-
password String
99+
username String? @unique
100+
password String?
101101
createdAt DateTime @default(now())
102102
lastActiveTimestamp DateTime @default(now())
103103
isAdmin Boolean @default(false)

0 commit comments

Comments
 (0)