Ensure that the error message 'CRYPTKEY_NOT_SET' is not displayed.

pull/83/head
Akshay Joshi 2022-04-05 17:01:12 +05:30
parent 7c6d34408c
commit 3b35398925
1 changed files with 1 additions and 1 deletions

View File

@ -884,7 +884,7 @@ define('pgadmin.node.server', [
setTimeout(function() {
if (msg == 'CRYPTKEY_SET') {
connect_to_server(_node, _data, _tree, _item, _wasConnected);
} else {
} else if (msg != 'CRYPTKEY_NOT_SET') {
Alertify.dlgServerPass(
gettext('Connect to Server'),
msg, _node, _data, _tree, _item, _wasConnected