Skip to content

Commit

Permalink
Added redirect for Passwordless with Universal Login (#10406)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Apr 29, 2024
1 parent 0aef1be commit 6c832b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6c832b4

Please sign in to comment.