Skip to content

Commit 483db4a

Browse files
authored
Update sign in link (#1742)
1 parent d2af804 commit 483db4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pcweb/components/docpage/navbar/navbar.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import reflex_ui as ui
55
from 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
88
from pcweb.pages.blog import blogs
99
from pcweb.pages.blog.paths import blog_data
1010
from 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
),

0 commit comments

Comments
 (0)