summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-07-08 09:18:10 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-07-17 14:00:03 +0000
commitdd61cd1f935930850986510675a2c37f0e85ef27 (patch)
treec90a058fec98046e802fdd8c1f37b9289118ff77 /client
parentcb8e2a5ae27aa34f2a9ad21469538403274e3b3e (diff)
Client + API: Mark organizations expired *before* processing url
Diffstat (limited to 'client')
-rw-r--r--client/client.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index 12e0ea5..962fe23 100644
--- a/client/client.go
+++ b/client/client.go
@@ -217,7 +217,6 @@ func (c *Client) AuthDone(id string, t srvtypes.Type) {
if err != nil {
log.Logger.Debugf("unhandled auth done main transition: %v", err)
}
- c.MarkOrganizationsExpired(t)
c.TrySave()
}