mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 18:26:00 +08:00
docs: auth passwords page (#19490)
* docs: auth passwords page * Add redirect from old url * apply suggestion from @charislam Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> --------- Co-authored-by: Kamil Ogórek <kamil.ogorek@gmail.com> Co-authored-by: Charis <26616127+charislam@users.noreply.github.com> Co-authored-by: Kang Ming <kang.ming1996@gmail.com>
This commit is contained in:
committed by
GitHub
parent
fb4cf40c3d
commit
d18bfcd5e3
@@ -542,6 +542,7 @@ export const auth = {
|
||||
name: 'User Sessions',
|
||||
url: '/guides/auth/sessions',
|
||||
},
|
||||
{ name: 'Passwords', url: '/guides/auth/passwords' },
|
||||
{
|
||||
name: 'User Management',
|
||||
url: '/guides/auth/auth-user-management',
|
||||
@@ -562,7 +563,6 @@ export const auth = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{ name: 'Password Reset', url: '/guides/auth/auth-password-reset' },
|
||||
{ name: 'Email Templates', url: '/guides/auth/auth-email-templates' },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user