Skip to content

Commit

Permalink
Merge pull request #184 from PratikDev/patch-1
Browse files Browse the repository at this point in the history
separated `anonymous` and `magic URL` by comma
  • Loading branch information
Vincent (Wen Yu) Ge authored Oct 5, 2023
2 parents 8beca86 + 4a48a4d commit f141e3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/docs/products/auth/accounts/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Each user's account can also have their own preference object, which you can use
You can signup and login a user with an account create through
[email password](/docs/products/auth/email-password),
[phone (SMS)](/docs/products/auth/phone-sms),
[Anonymous](/docs/products/auth/anonymous)
[Anonymous](/docs/products/auth/anonymous),
[magic URL](/docs/products/auth/magic-url), and
[OAuth 2](/docs/products/auth/oauth2)
authentication.
authentication.

# Preferences {% #preferences %}

Expand Down Expand Up @@ -185,4 +185,4 @@ individual users using the `Role.user(<USER_ID>, <STATUS>)` role.



[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions)
[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions)

0 comments on commit f141e3f

Please sign in to comment.