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 3f5577e commit 9c429b6Copy full SHA for 9c429b6
1 file changed
src/widgets/qbittorrent/proxy.js
@@ -19,7 +19,7 @@ async function login(widget) {
19
if (widget.key) {
20
loginParams.headers.Authorization = `Bearer ${loginKey}`;
21
} else if (widget.username && widget.password) {
22
- loginParams.body = loginBody
+ loginParams.body = loginBody;
23
}
24
25
const [status, contentType, data] = await httpProxy(loginUrl, loginParams);
0 commit comments