Skip to content

Commit ecdcd21

Browse files
fix anti-forgery for jquery
1 parent a7af0a9 commit ecdcd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/shared/anti-forgery/jquery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ async function setAntiForgery() {
6969
...(options.xhrFields || {}),
7070
};
7171

72-
return ajaxSendRequestOrig(...args);
72+
return ajaxSendRequestOrig(options);
7373
};
7474
}
7575

0 commit comments

Comments
 (0)