Skip to content

Commit c794d74

Browse files
authored
update login route to be main page (#1785)
1 parent 222f7e5 commit c794d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/views/marketing_navbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def navigation_menu() -> rx.Component:
509509
variant="outline",
510510
native_button=False,
511511
),
512-
to=f"{REFLEX_BUILD_URL.strip('/')}/cloud-login?redirect_to={REFLEX_BUILD_URL.strip('/')}/callback/",
512+
to=REFLEX_BUILD_URL,
513513
target="_blank",
514514
),
515515
custom_attrs={"role": "menuitem"},

0 commit comments

Comments
 (0)