Skip to content

Commit

Permalink
fix: 2fa 404 (#12594)
Browse files Browse the repository at this point in the history
closes #12586
  • Loading branch information
a-hariti authored Feb 5, 2025
1 parent 085b25e commit 4d956f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,10 @@ const developerDocsRedirects = [

/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
const userDocsRedirects = [
{
source: '/account/require-2fa/',
destination: '/organization/authentication/two-factor-authentication/',
},
{
source: '/organization/integrations/msteams/',
destination: '/organization/integrations/notification-incidents/msteams/',
Expand Down

0 comments on commit 4d956f5

Please sign in to comment.