File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pcweb/components/docpage/navbar Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44import reflex_ui as ui
55from reflex_ui .blocks .demo_form import demo_form_dialog
66
7- from pcweb .constants import REFLEX_BUILD_URL , REFLEX_CLOUD_URL
7+ from pcweb .constants import REFLEX_BUILD_URL
88from pcweb .pages .blog import blogs
99from pcweb .pages .blog .paths import blog_data
1010from pcweb .pages .docs import ai_builder , getting_started
@@ -742,7 +742,7 @@ def new_component_section() -> rx.Component:
742742 ),
743743 underline = "none" ,
744744 is_external = True ,
745- href = f"{ REFLEX_CLOUD_URL .strip ('/' )} /?redirect_url ={ REFLEX_BUILD_URL } " ,
745+ href = f"{ REFLEX_BUILD_URL .strip ('/' )} /cloud-login?redirect_to ={ REFLEX_BUILD_URL . strip ( '/' ) } /callback/ " ,
746746 ),
747747 class_name = "desktop-only" ,
748748 ),
You can’t perform that action at this time.
0 commit comments