Closed
Bug 1880329
Opened 2 years ago
Closed 2 years ago
Transition to the `Disconnected` state when we fail to complete auth
Categories
(Application Services :: Fxa Client, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bdk, Unassigned)
Details
There's a mismatch between the A-S state machine code and the A-C state code:
- In A-S, if we fail to complete authentication, we transition to the
Cancelinternal state, which causes the user to remain in theAuthenticatingpublic state (source - In A-C, in that same scenario, we transition to the
NotAuthenticatedpublic state (which maps toDisconnectedin the A-S code)(source)
We should fix the code to match A-C.
| Reporter | ||
Comment 1•2 years ago
|
||
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•