feat(SW-158): Updated return url handling for seamless magiclink login
This commit is contained in:
@@ -37,7 +37,7 @@ export async function GET(
|
||||
`[login] redirectTo search param value: ${redirectToSearchParamValue}`
|
||||
)
|
||||
|
||||
if (isSeamless) {
|
||||
if (isSeamless || isSeamlessMagicLink) {
|
||||
if (returnUrl) {
|
||||
redirectTo = returnUrl
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user