Skip to content

Commit 389cd2b

Browse files
committed
Revert "Update main.wasp"
This reverts commit ecee41f.
1 parent ecee41f commit 389cd2b

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)