Skip to content

Commit b037c82

Browse files
committed
Update main.wasp
1 parent 29996a2 commit b037c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/main.wasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ app SaaSTemplate {
9696

9797
entity User {=psl
9898
id Int @id @default(autoincrement())
99-
email String? @unique
99+
email String?
100100
username String @unique
101101
password String
102102
createdAt DateTime @default(now())

0 commit comments

Comments
 (0)