Skip to content

Commit

Permalink
fix: Fixed typo inside documentation involving email/password auth (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannemas authored Mar 9, 2024
1 parent e9457c4 commit d6f61b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/upgrade-v3/prisma/postgresql.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ This creates a dedicated model for user passwords.

```prisma
model User {
id String @id
sessions Session[]
passwords OauthAccount[]
id String @id
sessions Session[]
passwords Password[]
}
model Password {
Expand Down

0 comments on commit d6f61b1

Please sign in to comment.