mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module #7175
This commit is contained in:
parent
e12e8bc9cf
commit
459121566c
@ -374,6 +374,7 @@ def index():
|
||||
rating='g',
|
||||
default='retro',
|
||||
force_default=False,
|
||||
force_lower=True,
|
||||
use_ssl=True,
|
||||
base_url=None
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user