docs: passwordless auth docs improvements. (#18872)

* docs: passwordless auth docs improvements.

* fix: typo.

* Update apps/docs/pages/guides/auth/passwordless-login/auth-email-otp.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Update apps/docs/pages/guides/auth/passwordless-login/auth-email-otp.mdx

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>

---------

Co-authored-by: Tyler <18113850+dshukertjr@users.noreply.github.com>
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
This commit is contained in:
Thor 雷神 Schaeff
2023-11-14 12:46:30 +08:00
committed by GitHub
parent 1442e42b0a
commit d22e9c4e6f
5 changed files with 194 additions and 1 deletions

View File

@@ -497,7 +497,15 @@ export const auth = {
url: undefined,
items: [
{ name: 'Email Login', url: '/guides/auth/auth-email' },
{ name: 'Magic Link Login', url: '/guides/auth/auth-magic-link' },
{
name: 'Passwordless Login',
url: '/guides/auth/passwordless-login',
items: [
{ name: 'Email Magic Link', url: '/guides/auth/passwordless-login/auth-magic-link' },
{ name: 'Email OTP', url: '/guides/auth/passwordless-login/auth-email-otp' },
{ name: 'Phone OTP', url: '/guides/auth/phone-login' },
],
},
{
name: 'Phone Login',
url: '/guides/auth/phone-login',