issue: [[https://linear.app/comm/issue/ENG-7428/discuss-how-to-set-csat-on-native | ENG-7428]]
> during both identity registration and log in for both password and wallet users new comm services auth metadata are persisted in CommSecureStore and emitted to JS: https://github.com/CommE2E/comm/blob/master/native/identity-service/identity-service-context-provider.react.js#L329
> and https://github.com/CommE2E/comm/blob/master/native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp#L1532-L1537
So we just need to stop removing it with resetUserSpecificState, and stop setting it with identityRegisterActionTypes.success
We want to keep doing this on web, where we don't have an emitter