Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[identity] Update V1 logout to handle new flow users
Summary: Addresss [[ https://linear.app/comm/issue/ENG-9696/update-v1-logout-rpc-to-skip-reorder-in-new-login-flow | ENG-9696 ]]. We want V1 logout to still work for new flows, but with two things: - Don't update device list server side - Inform the client that it should use new flows (it already handles the use_new_flow response) Depends on D14075 Test Plan: - Register a user - V1 logout - OK - Log in again and sign the device list (e.g. perform QR login) - V1 logout again - The `use_new_flow` is returned and a message is displayed on client Reviewers: kamil, varun Reviewed By: kamil Subscribers: ashoat, tomek Differential Revision: https://phab.comm.dev/D14076
- Loading branch information