mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-11 05:24:45 -05:00
Fixed crypt key is missing issue when logout from the pgAdmin. Fixes #7614
This commit is contained in:
@@ -704,12 +704,12 @@ def create_app(app_name=None):
|
||||
except Exception as e:
|
||||
current_app.logger.exception(e)
|
||||
|
||||
# remove key
|
||||
current_app.keyManager.reset()
|
||||
|
||||
_driver = get_driver(PG_DEFAULT_DRIVER)
|
||||
_driver.gc_own()
|
||||
|
||||
# remove key
|
||||
current_app.keyManager.reset()
|
||||
|
||||
##########################################################################
|
||||
# Load plugin modules
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user