mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that while connecting to the server using SSPI login, it should not prompt for the password. Fixes #5776
This commit is contained in:
committed by
Akshay Joshi
parent
649ca2eeac
commit
b30ec71098
@@ -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',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user