diff options
author | 2021-12-20 18:42:19 +0100 | |
---|---|---|
committer | 2021-12-20 18:42:19 +0100 | |
commit | ef5a9256a8fc35e644cc48734f39c84a8957de86 (patch) | |
tree | 5cda77185465d46fb5e3cb12f9066f2506a58846 /internal/oidc/handlecallback.go | |
parent | Remove unnecessary storage config variables (#344) (diff) | |
download | gotosocial-ef5a9256a8fc35e644cc48734f39c84a8957de86.tar.xz |
Extend license notices to 2022 (#354)
Diffstat (limited to 'internal/oidc/handlecallback.go')
-rw-r--r-- | internal/oidc/handlecallback.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/oidc/handlecallback.go b/internal/oidc/handlecallback.go index 98a6b0669..c0c1ed453 100644 --- a/internal/oidc/handlecallback.go +++ b/internal/oidc/handlecallback.go @@ -1,6 +1,6 @@ /* GoToSocial - Copyright (C) 2021 GoToSocial Authors admin@gotosocial.org + Copyright (C) 2021-2022 GoToSocial Authors admin@gotosocial.org This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by @@ -22,6 +22,7 @@ import ( "context" "errors" "fmt" + "github.com/sirupsen/logrus" ) |