diff options
| author | 2025-04-26 15:34:10 +0200 | |
|---|---|---|
| committer | 2025-05-05 11:55:15 +0200 | |
| commit | 27edfccf7dc4f7ad329dabfb12fa75e547ecdd40 (patch) | |
| tree | dc881cc1c7cfa98df19d503e4d17ca3a15f27c26 /internal/oidc | |
| parent | [chore] Set up Github to be a mirror (diff) | |
| download | gotosocial-27edfccf7dc4f7ad329dabfb12fa75e547ecdd40.tar.xz | |
[feature] Move to code.superseriousbusiness.org
Diffstat (limited to 'internal/oidc')
| -rw-r--r-- | internal/oidc/handlecallback.go | 4 | ||||
| -rw-r--r-- | internal/oidc/idp.go | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/internal/oidc/handlecallback.go b/internal/oidc/handlecallback.go index 870a81627..ef4efe2a9 100644 --- a/internal/oidc/handlecallback.go +++ b/internal/oidc/handlecallback.go @@ -22,8 +22,8 @@ import ( "errors" "fmt" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" - "github.com/superseriousbusiness/gotosocial/internal/log" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" + "code.superseriousbusiness.org/gotosocial/internal/log" ) func (i *idp) HandleCallback(ctx context.Context, code string) (*Claims, gtserror.WithCode) { diff --git a/internal/oidc/idp.go b/internal/oidc/idp.go index 0b360da0a..381133de1 100644 --- a/internal/oidc/idp.go +++ b/internal/oidc/idp.go @@ -21,9 +21,9 @@ import ( "context" "fmt" + "code.superseriousbusiness.org/gotosocial/internal/config" + "code.superseriousbusiness.org/gotosocial/internal/gtserror" "github.com/coreos/go-oidc/v3/oidc" - "github.com/superseriousbusiness/gotosocial/internal/config" - "github.com/superseriousbusiness/gotosocial/internal/gtserror" "golang.org/x/oauth2" ) |
