summaryrefslogtreecommitdiff
path: root/client/fsm.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/fsm.go')
-rw-r--r--client/fsm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/fsm.go b/client/fsm.go
index 0102c22..82b737d 100644
--- a/client/fsm.go
+++ b/client/fsm.go
@@ -123,6 +123,7 @@ func newFSM(
Transitions: []FSMTransition{
{To: StateAskLocation, Description: "Invalid location"},
{To: StateAskProfile, Description: "Invalid or no profile"},
+ {To: StateDisconnected, Description: "Go back to disconnected"},
{To: StateGotConfig, Description: "Successfully got a configuration"},
{To: StateOAuthStarted, Description: "Authorize"},
},