mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue while updating server node info removes the clear saved password menu. #5598
This commit is contained in:
@@ -806,6 +806,7 @@ class ServerNode(PGChildNodeView):
|
||||
server_type='pg', # default server type
|
||||
user_name=server.username,
|
||||
role=server.role,
|
||||
is_password_saved=bool(server.save_password)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user