From 565237c14a303a46d62d240b35c6f0082424256a Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 11 Oct 2022 10:19:56 +0200 Subject: Client: Refactor out adding a Server from getting a config --- fsm.go | 1 + 1 file changed, 1 insertion(+) (limited to 'fsm.go') diff --git a/fsm.go b/fsm.go index 8f60605..ae5bfdc 100644 --- a/fsm.go +++ b/fsm.go @@ -157,6 +157,7 @@ func newFSM( Transitions: []FSMTransition{ {To: STATE_OAUTH_STARTED, Description: "Re-authorize with OAuth"}, {To: STATE_REQUEST_CONFIG, Description: "Client requests a config"}, + {To: STATE_NO_SERVER, Description: "Client wants to go back to the main screen"}, }, }, STATE_REQUEST_CONFIG: FSMState{ -- cgit v1.2.3