Add MFA docs (#248)

This commit is contained in:
Eduard Gert
2024-10-24 11:47:23 +02:00
committed by GitHub
parent b0189f1953
commit a1f5ce61cd
5 changed files with 65 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ export const docsNavigation = [
isOpen: false,
links: [
{title: 'Authentication', href: '/how-to/enforce-periodic-user-authentication' },
{title: 'Multi-Factor Authentication', href: '/how-to/multi-factor-authentication' },
{title: 'Delete account/danger zone', href: '/how-to/delete-account' },
{title: 'Plans and billing', href: '/how-to/plans-and-billing' }