mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 08:32:20 -06:00
Fixed an issue while updating server node info removes the clear saved password menu. #5598
This commit is contained in:
parent
cc9d519fac
commit
6eec5c3842
@ -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)
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user