mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix layout of password prompt dialogue. Fixes #2684
This commit is contained in:
parent
263aa42725
commit
d5f60e1a47
@ -94,7 +94,7 @@ function(gettext, alertify, S) {
|
||||
if (contentType) {
|
||||
try {
|
||||
if (contentType.indexOf('application/json') == 0) {
|
||||
resp = $.parseJSON(msg);
|
||||
var resp = $.parseJSON(msg);
|
||||
|
||||
if (resp.result != null && (!resp.errormsg || resp.errormsg == '') &&
|
||||
onJSONResult && typeof(onJSONResult) == 'function') {
|
||||
|
Loading…
Reference in New Issue
Block a user