🔧(homepage) let people use a simple login button instead of proconnect
This is done to have people self-hosting meet be able to show a simple "login" button instead of having the ProConnect branding
This commit is contained in:
committed by
aleb_the_flash
parent
15330ad4e1
commit
bbd700270f
@@ -327,6 +327,9 @@ class Base(Configuration):
|
||||
"use_french_gov_footer": values.BooleanValue(
|
||||
False, environ_name="FRONTEND_USE_FRENCH_GOV_FOOTER", environ_prefix=None
|
||||
),
|
||||
"use_proconnect_button": values.BooleanValue(
|
||||
False, environ_name="FRONTEND_USE_PROCONNECT_BUTTON", environ_prefix=None
|
||||
),
|
||||
}
|
||||
|
||||
# Mail
|
||||
|
||||
Reference in New Issue
Block a user