summaryrefslogtreecommitdiff
path: root/client/client.go
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-07-14 16:26:30 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commitcf55912fccfdac4320af26f18be889fbe47f5a68 (patch)
tree9b64b5476b6ceb4ce44a50fc7b30e37052df9682 /client/client.go
parentc060bb1dae0cb3dd943771170a6d943e25cc7c75 (diff)
Client: Be less strict on chosen server transition
Diffstat (limited to 'client/client.go')
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index f0aec9f..20e6fa3 100644
--- a/client/client.go
+++ b/client/client.go
@@ -386,7 +386,7 @@ func (c *Client) callbacks(ck *cookie.Cookie, srv server.Server, forceauth bool)
err := c.goTransition(StateChosenServer)
if err != nil {
- return err
+ log.Logger.Debugf("optional chosen server transition not possible: %v", err)
}
// oauth
// TODO: This should be ck.Context()