Page MenuHomePhabricator

[lib] Set CSAT on identity login / register
ClosedPublic

Authored by inka on Mar 4 2024, 9:06 AM.
Tags
None
Referenced Files
F1741313: D11238.id37913.diff
Sun, May 12, 11:31 PM
F1741312: D11238.id37785.diff
Sun, May 12, 11:31 PM
F1741311: D11238.id37881.diff
Sun, May 12, 11:31 PM
F1741291: D11238.diff
Sun, May 12, 11:31 PM
F1741252: D11238.id.diff
Sun, May 12, 11:09 PM
Unknown Object (File)
Sat, May 11, 8:14 PM
Unknown Object (File)
Thu, May 9, 6:31 PM
Unknown Object (File)
Apr 7 2024, 2:26 AM
Subscribers

Details

Summary

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

Test Plan

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Mar 4 2024, 9:33 AM
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

tomek added inline comments.
web/redux/services-access-token-reducer.js
10–21 ↗(On Diff #37785)

In most of the reducers, we're using an export list

This revision is now accepted and ready to land.Mar 5 2024, 6:36 AM
This revision was automatically updated to reflect the committed changes.