fix: don't show login link on login page again
Makes little sense.
This commit is contained in:
parent
d787563849
commit
98f7453b92
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ def get_context(context):
|
|||
context.no_header = True
|
||||
context.for_test = "login.html"
|
||||
context["title"] = "Login"
|
||||
context["hide_login"] = True # dont show login link on login page again.
|
||||
context["provider_logins"] = []
|
||||
context["disable_signup"] = cint(frappe.get_website_settings("disable_signup"))
|
||||
context["disable_user_pass_login"] = cint(frappe.get_system_settings("disable_user_pass_login"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue