diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-06-05 10:52:30 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 9eb617e326f6754d2634b4409defc66c2e710946 (patch) | |
| tree | 1b88e3a536bddf131ccfa098e79dca0638587a69 /client | |
| parent | eee70ef464f8108aa2306c6664b5517044dbb517 (diff) | |
Client FSM: Add loading server to authorized
Diffstat (limited to 'client')
| -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"}, }, |
