Fix dynamic form defaults

This commit is contained in:
Gregory Schier
2025-01-27 08:38:53 -08:00
parent 93bd437e71
commit d411713502
3 changed files with 4 additions and 20 deletions

View File

@@ -593,7 +593,6 @@ var plugin = {
const headerPrefix = optionalString(values, "headerPrefix") ?? "";
const grantType = requiredString(values, "grantType");
const credentialsInBody = values.credentials === "body";
console.log("Performing OAuth", values);
let token;
if (grantType === "authorization_code") {
const authorizationUrl = requiredString(values, "authorizationUrl");