We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 085b25e commit 4d956f5Copy full SHA for 4d956f5
redirects.js
@@ -218,6 +218,10 @@ const developerDocsRedirects = [
218
219
/** @type {import('next/dist/lib/load-custom-routes').Redirect[]} */
220
const userDocsRedirects = [
221
+ {
222
+ source: '/account/require-2fa/',
223
+ destination: '/organization/authentication/two-factor-authentication/',
224
+ },
225
{
226
source: '/organization/integrations/msteams/',
227
destination: '/organization/integrations/notification-incidents/msteams/',
0 commit comments