From 52a45fcba1b207b82105a6744be00024af1b00a4 Mon Sep 17 00:00:00 2001 From: Amanda VS Date: Mon, 29 Apr 2024 16:44:39 -0400 Subject: [PATCH] Remove pending redirect --- config/redirects.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/redirects.js b/config/redirects.js index 22ce3749a0..238e9864a2 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -669,10 +669,6 @@ const redirects = [ ], to: '/authenticate/passwordless/implement-login/embedded-login', }, - { - from: ['/authenticate/passwordless/passwordless-with-new-universal-login'], - to: '/authenticate/passwordless/passwordless-with-universal-login', - }, { from: ['/password-strength', '/connections/database/password-strength'], to: '/authenticate/database-connections/password-strength',