Skip to content

Commit

Permalink
Fix wrong default for FORCE_LOWER in the FLASK_GRAVATAR module pgadmi…
Browse files Browse the repository at this point in the history
  • Loading branch information
oldboys92 authored Feb 2, 2024
1 parent e12e8bc commit 4591215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/pgadmin/browser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def index():
rating='g',
default='retro',
force_default=False,
force_lower=True,
use_ssl=True,
base_url=None
)
Expand Down

0 comments on commit 4591215

Please sign in to comment.