From f0ec0be5e833f72fc650ce9d093722838e4f8034 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 24 Nov 2022 15:10:27 +0100 Subject: FSM: Rename OAuth Started back transition to No Server --- client/fsm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/fsm.go b/client/fsm.go index c93a9a8..bfe9c63 100644 --- a/client/fsm.go +++ b/client/fsm.go @@ -148,7 +148,7 @@ func newFSM( STATE_OAUTH_STARTED: FSMState{ Transitions: []FSMTransition{ {To: STATE_AUTHORIZED, Description: "User authorizes with browser"}, - {To: STATE_NO_SERVER, Description: "Cancel or Error"}, + {To: STATE_NO_SERVER, Description: "Go back or Error"}, {To: STATE_SEARCH_SERVER, Description: "Cancel or Error"}, }, BackState: STATE_NO_SERVER, -- cgit v1.2.3