We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541817d commit e893dc8Copy full SHA for e893dc8
src/cas/index.ts
@@ -102,7 +102,7 @@ export class PendingAuth {
102
private extractFields(): void {
103
this.fields = {};
104
105
- this.document("form").find("input[type=hidden]").each((_, input) => {
+ this.document("form input[type=hidden]").each((_, input) => {
106
const key = input.attribs.name;
107
const value = input.attribs.value || "";
108
0 commit comments