diff --git a/src/models/global.model.ts b/src/models/global.model.ts index d0542952106660c0f2531adef5293c390a2a96b6..d7ebab168224f8e4696089d1959a1c2638ff9bc4 100644 --- a/src/models/global.model.ts +++ b/src/models/global.model.ts @@ -19,6 +19,5 @@ export interface GlobalState { sgeConnect: SgeStore partnersInfo: PartnersInfo ecogestureFilter: Usage - lastEpglLogin: string headerHeight: number } diff --git a/src/store/global/global.slice.ts b/src/store/global/global.slice.ts index 0eece189a111fde9ca4d186be0e944237c3adcbb..95f659b33b0ea1d31e7730feb9402ae655756f5b 100644 --- a/src/store/global/global.slice.ts +++ b/src/store/global/global.slice.ts @@ -120,7 +120,6 @@ const initialState: GlobalState = { shouldLaunchAccount: false, }, ecogestureFilter: Usage.ALL, - lastEpglLogin: '', } type UpdatedFluidConnection = PayloadAction<{ diff --git a/tests/__mocks__/store/global.state.mock.ts b/tests/__mocks__/store/global.state.mock.ts index 3c19efac32e4edefa90cb524f770d0c4d5b496f8..ab9dda82c8297b76e580dcc27bdc406498770d53 100644 --- a/tests/__mocks__/store/global.state.mock.ts +++ b/tests/__mocks__/store/global.state.mock.ts @@ -9,7 +9,6 @@ export const mockGlobalState: GlobalState = { challengeActionNotification: false, challengeDuelNotification: false, analysisNotification: false, - lastEpglLogin: '', termsStatus: { accepted: true, versionType: 'init',