From 9eb617e326f6754d2634b4409defc66c2e710946 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 5 Jun 2023 10:52:30 +0200 Subject: Client FSM: Add loading server to authorized --- client/fsm.go | 1 + 1 file changed, 1 insertion(+) 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"}, }, -- cgit v1.2.3