From e3a5593857016b6cd75e6c21be9e3b435bb12d54 Mon Sep 17 00:00:00 2001 From: Pratik Dev <87067570+PratikDev@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:14:09 +0600 Subject: [PATCH 1/2] separated `anonymous` and `magic URL` by comma separated `anonymous` and `magic URL` by comma, removed unnecessary space, and made all method names Camal Case --- src/routes/docs/products/auth/accounts/+page.markdoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/docs/products/auth/accounts/+page.markdoc b/src/routes/docs/products/auth/accounts/+page.markdoc index 105fdd8015..ffa0e09696 100644 --- a/src/routes/docs/products/auth/accounts/+page.markdoc +++ b/src/routes/docs/products/auth/accounts/+page.markdoc @@ -13,12 +13,12 @@ Each user's account can also have their own preference object, which you can use # Signup and login {% #signup-login %} 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) -[magic URL](/docs/products/auth/magic-url), and +[Email-Password](/docs/products/auth/email-password), +[Phone (SMS)](/docs/products/auth/phone-sms), +[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) From 4a48a4de46b584c28707dfe65d0ab3c43063de29 Mon Sep 17 00:00:00 2001 From: Pratik Dev <87067570+PratikDev@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:23:41 +0600 Subject: [PATCH 2/2] added only comma --- src/routes/docs/products/auth/accounts/+page.markdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/docs/products/auth/accounts/+page.markdoc b/src/routes/docs/products/auth/accounts/+page.markdoc index ffa0e09696..27d4265439 100644 --- a/src/routes/docs/products/auth/accounts/+page.markdoc +++ b/src/routes/docs/products/auth/accounts/+page.markdoc @@ -13,10 +13,10 @@ Each user's account can also have their own preference object, which you can use # Signup and login {% #signup-login %} 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), +[email password](/docs/products/auth/email-password), +[phone (SMS)](/docs/products/auth/phone-sms), [Anonymous](/docs/products/auth/anonymous), -[Magic URL](/docs/products/auth/magic-url), and +[magic URL](/docs/products/auth/magic-url), and [OAuth 2](/docs/products/auth/oauth2) authentication.