diff --git a/pcweb/views/marketing_navbar.py b/pcweb/views/marketing_navbar.py index 554939add..a90489379 100644 --- a/pcweb/views/marketing_navbar.py +++ b/pcweb/views/marketing_navbar.py @@ -509,7 +509,7 @@ def navigation_menu() -> rx.Component: variant="outline", native_button=False, ), - to=f"{REFLEX_BUILD_URL.strip('/')}/cloud-login?redirect_to={REFLEX_BUILD_URL.strip('/')}/callback/", + to=REFLEX_BUILD_URL, target="_blank", ), custom_attrs={"role": "menuitem"},