summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2024-05-02 11:17:33 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-05-24 13:25:11 +0200
commit2f0510f87400ac4460ef610055ca8169e486dae2 (patch)
tree087e673037c53387991ce1f2f2cf4352267ba5f5 /internal
parenta7bae0355bcd244afaa9122826e08bd4e5853227 (diff)
API: Remove unused field SetAuthorizeTime
Diffstat (limited to 'internal')
-rw-r--r--internal/api/api.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/api/api.go b/internal/api/api.go
index d53a847..804980f 100644
--- a/internal/api/api.go
+++ b/internal/api/api.go
@@ -45,8 +45,6 @@ type ServerData struct {
BaseAuthWK string
// ProcessAuth processes the OAuth authorization
ProcessAuth func(string) string
- // SetAuthorizeTime sets the authorization time
- SetAuthorizeTime func(time.Time)
// DisableAuthorize indicates whether or not new authorization requests should be disabled
DisableAuthorize bool
}