diff --git a/src/client/v5/index.ts b/src/client/v5/index.ts index ac03ab19..02638b08 100644 --- a/src/client/v5/index.ts +++ b/src/client/v5/index.ts @@ -39,7 +39,7 @@ export class ClientV5 { headers: { 'content-type': 'application/x-www-form-urlencoded' }, - body: `pw=${encodeURIComponent(host.password)}&persistentlogin=off`, + body: `pw=${encodeURIComponent(host.password)}`, method: 'POST' }); if (response.status !== 200)