issue: ENG-6882
We decided to set the CSAT on identity login / register actions, but we only want to do that on web, since on native we set it via the emitter
Details
Details
Tested that after patching D11141 (and undoing changes in lib/reducers/services-access-token-reducer.js) it is still posible to login with identity on web - the token is correctly set
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/redux/redux-setup.js | ||
---|---|---|
336–346 ↗ | (On Diff #37785) | We do the same thing for navInfo - it is being reducer by the baseReducer from lib, but then additional changes that are web specific are applied here |
web/redux/services-access-token-reducer.js | ||
---|---|---|
10–21 ↗ | (On Diff #37785) | In most of the reducers, we're using an export list |