issue: ENG-5766
We want to be able to log out / delete account on a subset of keyservers
I'm also moving fetching preRequestUserState into useDeleteKeyserverAccount, to make the code clearer.
Details
Details
Tested that it is still possible to delete account and logout on both platforms
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/login_reducers
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/actions/user-actions.js | ||
---|---|---|
74–77 | Can this be readonly? | |
lib/types/account-types.js | ||
37–40 | I think you need to wrap it in $ReadOnly<> as flow loses readonly on fields when you spread another object. |