diff --git a/src/app/shared/twigs.http.service.ts b/src/app/shared/twigs.http.service.ts index 67a6b73..0aaa395 100644 --- a/src/app/shared/twigs.http.service.ts +++ b/src/app/shared/twigs.http.service.ts @@ -12,9 +12,6 @@ import { Frequency, RecurringTransaction } from '../recurringtransactions/recurr }) export class TwigsHttpService implements TwigsService { - private options = { - withCredentials: true - }; private apiUrl = environment.apiUrl; constructor(