diff options
Diffstat (limited to 'internal/oidc')
-rw-r--r-- | internal/oidc/claims.go | 2 | ||||
-rw-r--r-- | internal/oidc/handlecallback.go | 3 | ||||
-rw-r--r-- | internal/oidc/idp.go | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/internal/oidc/claims.go b/internal/oidc/claims.go index b58c4662b..4ff337cfb 100644 --- a/internal/oidc/claims.go +++ b/internal/oidc/claims.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 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" ) diff --git a/internal/oidc/idp.go b/internal/oidc/idp.go index 166fc4b85..b3b204c86 100644 --- a/internal/oidc/idp.go +++ b/internal/oidc/idp.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 |