diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:10:27 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-11-24 15:10:27 +0100 |
| commit | f0ec0be5e833f72fc650ce9d093722838e4f8034 (patch) | |
| tree | a21d686bc67c2647d5be3684ae829c30822c1590 /client | |
| parent | 4a4b3f0a1c008e35a4492b7fd05176d1822c7232 (diff) | |
FSM: Rename OAuth Started back transition to No Server
Diffstat (limited to 'client')
| -rw-r--r-- | client/fsm.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
