diff options
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" ) |