mirror of
https://github.com/supabase/supabase.git
synced 2026-06-08 02:25:04 +08:00
chore: document new MFA enforcement on organization option (#35564)
* chore: document new MFA enforcement on organization option * chore: multi-factor * review suggestions and navigation item * note that feature is opt-in atm * chore: note about PATs * fix: spelling * fix: links
This commit is contained in:
@@ -2160,6 +2160,16 @@ export const platform: NavMenuConstant = {
|
||||
{
|
||||
name: 'Multi-factor Authentication',
|
||||
url: '/guides/platform/multi-factor-authentication',
|
||||
items: [
|
||||
{
|
||||
name: 'Enable MFA',
|
||||
url: '/guides/platform/multi-factor-authentication',
|
||||
},
|
||||
{
|
||||
name: 'Require MFA for organization members',
|
||||
url: '/guides/platform/org-mfa-enforcement',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Transfer Project',
|
||||
|
||||
Reference in New Issue
Block a user