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.
2 parents c43e5a1 + 77121ee commit aeb77e8Copy full SHA for aeb77e8
source/lib/financials/balances.js
@@ -21,6 +21,7 @@ export async function getBalances(): Promise<BalancesOrErrorType> {
21
let loginResponse = await fetch(OLECARD_AUTH_URL, {
22
method: 'POST',
23
body: form,
24
+ credentials: 'include',
25
})
26
27
if (loginResponse.url.includes('message=')) {
0 commit comments