From 317afc932adaa75d824476d44f96c248fa81c5e5 Mon Sep 17 00:00:00 2001 From: Saeverix <1863379+Saeverix@users.noreply.github.com> Date: Mon, 29 May 2023 14:20:40 +0200 Subject: [PATCH] web/flows: fix RedirectStage not detecting absolute URLs correctly (#5781) * web: getURL() method in RedirectStage.ts now actually detects URLs (#5732) Signed-off-by: Saeverix <1863379+Saeverix@users.noreply.github.com> * use native API to build full URL Signed-off-by: Jens Langhammer --------- Signed-off-by: Saeverix <1863379+Saeverix@users.noreply.github.com> Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- web/src/flow/stages/RedirectStage.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/src/flow/stages/RedirectStage.ts b/web/src/flow/stages/RedirectStage.ts index 591dc66fe..8396bbe1e 100644 --- a/web/src/flow/stages/RedirectStage.ts +++ b/web/src/flow/stages/RedirectStage.ts @@ -39,10 +39,7 @@ export class RedirectStage extends BaseStage