XOAuth2 forces input

Using XOauth2 forces triggered node, and automatic trigger sets auth to basic;
XOAuth2 needs token from flow
This commit is contained in:
wooferguy 2023-02-09 19:19:34 +13:00
parent 165e8013a7
commit aea1407745

View File

@ -248,6 +248,8 @@
$(".node-input-password").hide();
$(".node-input-saslformat").show();
$(".node-input-token").show();
$("#node-input-fetch").val("trigger");
$("#node-input-fetch").change();
}
});
</script>
@ -320,6 +322,8 @@
else {
$('#node-repeatTime').show();
that.inputs = 0;
$("#node-input-authtype").val("BASIC");
$("#node-input-authtype").change();
}
});
$("#node-input-criteria").change(function() {