diff options
| -rw-r--r-- | client/fsm.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/fsm.go b/client/fsm.go index 9672579..0ae5ca2 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -156,6 +156,7 @@ func newFSM( Transitions: []FSMTransition{ {To: StateOAuthStarted, Description: "Re-authorize with OAuth"}, {To: StateRequestConfig, Description: "Client requests a config"}, + {To: StateLoadingServer, Description: "Load the server again"}, {To: StateNoServer, Description: "Go back or Error"}, {To: StateGotConfig, Description: "Go back or Error"}, }, |
