diff --git a/src/routes/docs/products/auth/accounts/+page.markdoc b/src/routes/docs/products/auth/accounts/+page.markdoc index 105fdd8015..27d4265439 100644 --- a/src/routes/docs/products/auth/accounts/+page.markdoc +++ b/src/routes/docs/products/auth/accounts/+page.markdoc @@ -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 %} @@ -185,4 +185,4 @@ individual users using the `Role.user(, )` role. -[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions) \ No newline at end of file +[Learn more about permissions {% icon icon="cheveron-right" /%}](/docs/advanced/platform/permissions)