mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added support to launch PSQL for the connected database server. Fixes #2341
This commit is contained in:
committed by
Akshay Joshi
parent
37dece2cd8
commit
3ddf941cd7
@@ -38,6 +38,7 @@ class _PGCSRFProtect(CSRFProtect):
|
||||
'pgadmin.tools.schema_diff.ddl_compare',
|
||||
'pgadmin.authenticate.login',
|
||||
'pgadmin.tools.erd.panel',
|
||||
'pgadmin.tools.psql.panel',
|
||||
]
|
||||
|
||||
for exempt in exempt_views:
|
||||
|
||||
Reference in New Issue
Block a user