summaryrefslogtreecommitdiff
path: root/internal/api/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/api.go')
-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
}