You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you haven't already added the packages to your `web` and `api` workspaces, we
26
26
First, we need to add the model for storing the linked OAuth provider information in the database. Go ahead and paste this wherever you like in `api/db/schema.prisma`:
27
27
```prisma
28
28
model OAuth {
29
-
provider string
29
+
provider String
30
30
// The ID of the user on the OAuth provider's system
31
31
providerUserId String
32
32
// The username of the user on the OAuth provider's system. Useful for helping users identify their linked accounts
0 commit comments