Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arimendelow committed Sep 3, 2023
1 parent b164283 commit b9de4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you haven't already added the packages to your `web` and `api` workspaces, we
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`:
```prisma
model OAuth {
provider string
provider String
// The ID of the user on the OAuth provider's system
providerUserId String
// The username of the user on the OAuth provider's system. Useful for helping users identify their linked accounts
Expand Down

0 comments on commit b9de4a9

Please sign in to comment.