Ensure that while connecting to the server using SSPI login, it should not prompt for the password. Fixes #5776

This commit is contained in:
Khushboo Vashi
2021-05-05 11:40:48 +05:30
committed by Akshay Joshi
parent 649ca2eeac
commit b30ec71098
8 changed files with 39 additions and 10 deletions

View File

@@ -179,6 +179,8 @@ module.exports = {
'pgadmin.tools.erd': path.join(__dirname, './pgadmin/tools/erd/static/js'),
'bundled_codemirror': path.join(__dirname, './pgadmin/static/bundle/codemirror'),
'tools': path.join(__dirname, './pgadmin/tools/'),
'pgadmin.user_management.current_user': regressionDir + '/javascript/fake_current_user',
'pgadmin.browser.constants': regressionDir + '/javascript/fake_constants',
},
},
};