mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 18:47:20 +08:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user