Skip to content

Commit 4d956f5

Browse files
authored
fix: 2fa 404 (#12594)
closes #12586
1 parent 085b25e commit 4d956f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: redirects.js

+4
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218218

219219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220220
const userDocsRedirects = [
221+
{
222+
source: '/account/require-2fa/',
223+
destination: '/organization/authentication/two-factor-authentication/',
224+
},
221225
{
222226
source: '/organization/integrations/msteams/',
223227
destination: '/organization/integrations/notification-incidents/msteams/',

0 commit comments

Comments
 (0)