fix(login): Remove option to login with FC
This commit is contained in:
parent
a9c19ddc89
commit
1833025b25
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ no_cache = True
|
|||
|
||||
|
||||
def get_context(context):
|
||||
|
||||
redirect_to = frappe.local.request.args.get("redirect-to")
|
||||
redirect_to = sanitize_redirect(redirect_to)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue