From 2f0510f87400ac4460ef610055ca8169e486dae2 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 2 May 2024 11:17:33 +0200 Subject: API: Remove unused field SetAuthorizeTime --- internal/api/api.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'internal') 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 } -- cgit v1.2.3