Skip to content

Commit 7b0c185

Browse files
ENG-6660: Fix double / sign in redirect (#1498)
* ENG-6660: Fix double / sign in redirect * clean * fix --------- Co-authored-by: Ahmad Hakim <[email protected]>
1 parent ac2529f commit 7b0c185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def new_component_section() -> rx.Component:
515515
),
516516
underline="none",
517517
is_external=True,
518-
href=f"{REFLEX_CLOUD_URL}/?redirect_url={REFLEX_BUILD_URL}",
518+
href=f"{REFLEX_CLOUD_URL.strip('/')}/?redirect_url={REFLEX_BUILD_URL}",
519519
),
520520
class_name="desktop-only",
521521
),

0 commit comments

Comments
 (0)