fix(login): Remove option to login with FC

This commit is contained in:
Bowrna 2026-03-29 17:26:43 +05:30
parent 3e9be575cd
commit a9c19ddc89

View file

@ -23,8 +23,6 @@ no_cache = True
def get_context(context):
from frappe.integrations.frappe_providers.frappecloud_billing import get_site_login_url
from frappe.utils.frappecloud import on_frappecloud
redirect_to = frappe.local.request.args.get("redirect-to")
redirect_to = sanitize_redirect(redirect_to)