feat(SW-158): Fixed MFA redirect Url
This commit is contained in:
@@ -38,7 +38,7 @@ export async function GET(
|
||||
`[login] redirectTo search param value: ${redirectToSearchParamValue}`
|
||||
)
|
||||
|
||||
if (isSeamless || isSeamlessMagicLink) {
|
||||
if (isSeamless || isSeamlessMagicLink || isMFA) {
|
||||
if (returnUrl) {
|
||||
redirectTo = returnUrl
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user