diff options
| author | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-02 11:17:33 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 13:25:11 +0200 |
| commit | 2f0510f87400ac4460ef610055ca8169e486dae2 (patch) | |
| tree | 087e673037c53387991ce1f2f2cf4352267ba5f5 /internal/api/api.go | |
| parent | a7bae0355bcd244afaa9122826e08bd4e5853227 (diff) | |
API: Remove unused field SetAuthorizeTime
Diffstat (limited to 'internal/api/api.go')
| -rw-r--r-- | internal/api/api.go | 2 |
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 } |
