Skip to content

Commit 141f8d0

Browse files
authored
docs(provider): clarify where user is created with email provider (#1950)
1 parent ffd0601 commit 141f8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/docs/providers/email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The Email Provider can be used with both JSON Web Tokens and database sessions,
7878
```
7979
3. You can now sign in with an email address at `/api/auth/signin`.
8080

81-
An account will not be created for the user until the first time they verify their email address. If an email address already associated with an account, the user will be signed in to that account when they use the link in the email.
81+
A user account (i.e. an entry in the Users table) will not be created for the user until the first time they verify their email address. If an email address is already associated with an account, the user will be signed in to that account when they use the link in the email.
8282

8383
## Customising emails
8484

@@ -197,4 +197,4 @@ providers: [
197197
return "ABC123"
198198
}
199199
})
200-
],
200+
],

0 commit comments

Comments
 (0)