From 6c832b42e72d83e6d313fcc8514622fffcf9a8c2 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Mon, 29 Apr 2024 09:59:58 -0700 Subject: [PATCH] Added redirect for Passwordless with Universal Login (#10406) --- config/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 238e9864a2..22ce3749a0 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -669,6 +669,10 @@ 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',