mirror of https://github.com/node-red/node-red.git
commit
0febcf4f9e
|
@ -170,6 +170,7 @@
|
||||||
if (this.authType) {
|
if (this.authType) {
|
||||||
$('#node-input-useAuth').prop('checked', true);
|
$('#node-input-useAuth').prop('checked', true);
|
||||||
$("#node-input-authType-select").val(this.authType);
|
$("#node-input-authType-select").val(this.authType);
|
||||||
|
$("#node-input-authType-select").change();
|
||||||
} else {
|
} else {
|
||||||
$('#node-input-useAuth').prop('checked', false);
|
$('#node-input-useAuth').prop('checked', false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue