We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44814c8 + 207c9b4 commit 0d78551Copy full SHA for 0d78551
2 files changed
frappe/integrations/frappe_providers/frappecloud_billing.py
@@ -14,7 +14,7 @@ def get_base_url():
14
15
16
def get_site_login_url():
17
- return f"{get_base_url()}/dashboard/site-login"
+ return f"{get_base_url()}/dashboard/login"
18
19
20
def get_site_name():
frappe/www/login.py
@@ -113,7 +113,7 @@ def get_context(context):
113
114
context["login_with_email_link"] = frappe.get_system_settings("login_with_email_link")
115
context["login_with_frappe_cloud_url"] = (
116
- f"{get_site_login_url()}?site={frappe.local.site}"
+ f"{get_site_login_url()}?redirect=/dashboard/sites/{frappe.local.site}/insights/overview"
117
if on_frappecloud() and frappe.conf.get("fc_communication_secret")
118
else None
119
)
0 commit comments